Leonidas changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 4.13.0 released: https://ocaml.org/releases/4.13.0.html | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
jonasbits has joined #ocaml
wyrd has joined #ocaml
rgrinberg has joined #ocaml
vicfred has quit [Quit: Leaving]
rgrinberg has quit [Client Quit]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
waleee has quit [Ping timeout: 240 seconds]
waleee has joined #ocaml
vicfred has joined #ocaml
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ocaml
wyrd has quit [Ping timeout: 276 seconds]
vicfred has quit [Quit: Leaving]
rgrinberg has joined #ocaml
rgrinberg has quit [Ping timeout: 250 seconds]
humasect has joined #ocaml
chrisz has quit [Ping timeout: 252 seconds]
chrisz has joined #ocaml
wyrd has joined #ocaml
rgrinberg has joined #ocaml
wingsorc has joined #ocaml
mbuf has joined #ocaml
rgrinberg has quit [Ping timeout: 240 seconds]
rgrinberg has joined #ocaml
terrorjack has quit [Quit: The Lounge - https://thelounge.chat]
terrorjack has joined #ocaml
humasect has quit [Ping timeout: 240 seconds]
waleee has quit [Ping timeout: 240 seconds]
humasect has joined #ocaml
humasect has quit [Ping timeout: 250 seconds]
humasect has joined #ocaml
wyrd has quit [Ping timeout: 276 seconds]
wyrd has joined #ocaml
tizoc has quit [Quit: Coyote finally caught me]
humasect has quit [Quit: Leaving...]
tizoc has joined #ocaml
zebrag has quit [Quit: Konversation terminated!]
gravicappa has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
rgrinberg has quit [Client Quit]
Serpent7776 has joined #ocaml
shawnw has joined #ocaml
<d_bot> <orbitz> Anyone here compiling on alpine and run into Stack Overflow errors when compiling a large ocaml file?
<d_bot> <mseri> You can use ulimit and expand the stack (unlimited should do the trick)
mro has joined #ocaml
szkl has joined #ocaml
pmk has joined #ocaml
spip has joined #ocaml
bobo_ has quit [Ping timeout: 256 seconds]
motherfsck has quit [Ping timeout: 256 seconds]
motherfsck has joined #ocaml
m5zs7k has quit [Ping timeout: 256 seconds]
m5zs7k has joined #ocaml
xenu_ has joined #ocaml
towel_ has joined #ocaml
jonasbits_ has joined #ocaml
infinity0_ has joined #ocaml
infinity0 has quit [Killed (tantalum.libera.chat (Nickname regained by services))]
infinity0_ is now known as infinity0
mro has quit [Remote host closed the connection]
spip has quit [*.net *.split]
tizoc has quit [*.net *.split]
jonasbits has quit [*.net *.split]
kurfen_ has quit [*.net *.split]
bgs has quit [*.net *.split]
towel has quit [*.net *.split]
cross_ has quit [*.net *.split]
xenu has quit [*.net *.split]
afrosenpai has quit [*.net *.split]
bgs has joined #ocaml
spip has joined #ocaml
cross_ has joined #ocaml
afrosenpai has joined #ocaml
tizoc has joined #ocaml
kurfen_ has joined #ocaml
xenu_ is now known as xenu
bartholin has joined #ocaml
mro has joined #ocaml
nfc_ has quit [Ping timeout: 256 seconds]
Putonlalla has quit [Quit: Leaving.]
mro has quit [Remote host closed the connection]
gravicappa has quit [Ping timeout: 256 seconds]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
nfc_ has joined #ocaml
xgqt has quit [Quit: WeeChat 3.3]
bartholin has quit [Ping timeout: 260 seconds]
xgqt has joined #ocaml
bartholin has joined #ocaml
orbifx has joined #ocaml
<orbifx> ehlo
<d_bot> <Butanium (@me on answer)> hi
gravicappa has joined #ocaml
Putonlalla has joined #ocaml
orbifx has quit [Ping timeout: 250 seconds]
orbifx has joined #ocaml
epony has quit [Read error: Connection reset by peer]
<d_bot> <froyo> orbitz: I'm on Alpine too, and yeah the musl default thread stack is much smaller than the glibc one. You can specify the default stack size at link time though which is nice: `-ccopt '-Wl,-z,stack-size=<something bigger than 128K>'`
orbifx has quit [Ping timeout: 245 seconds]
<d_bot> <orbitz> @hyphen Is this for if my program is failing with Stack overlfow or if ocamlc is failing with stack overflow?
<d_bot> <froyo> your program
<d_bot> <orbitz> In this case, ocamlc is failing
<d_bot> <froyo> ocamlc is already built, and I don't think it spawns threads (?)
<d_bot> <froyo> musl process stack is 8M like the rest of the libc's
nfc_ has quit [Ping timeout: 268 seconds]
<d_bot> <froyo> in any case, you may want to try patching it. afaik there are tools that patch built binaries
<d_bot> <froyo> orr
<d_bot> <froyo> just do the ulimit thing
<d_bot> <froyo> I think recent ocaml compilers respect `CFLAGS` & `LDFLAGS` so you may be able to rebuild the compiler with the extra stack size at comptime.
<d_bot> <froyo> still, if ocamlc doesn't spawn system threads, I have no idea why it'd SO only on alpine
mro has joined #ocaml
rgrinberg has joined #ocaml
mro has quit [Ping timeout: 250 seconds]
<d_bot> <orbitz> Hrm I'll play with some things, thanks for the tips
cross_ is now known as cross
AeroNotix has joined #ocaml
shawnw has quit [Ping timeout: 256 seconds]
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
waleee has joined #ocaml
nfc_ has joined #ocaml
mro has joined #ocaml
mro has quit [Remote host closed the connection]
bartholin has quit [Ping timeout: 252 seconds]
bartholin has joined #ocaml
rgrinberg has joined #ocaml
epony has joined #ocaml
bartholin has quit [Ping timeout: 268 seconds]
bartholin has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
bartholin has quit [Ping timeout: 245 seconds]
bartholin has joined #ocaml
mbuf has quit [Quit: Leaving]
Everything has joined #ocaml
rgrinberg has quit [Ping timeout: 240 seconds]
bartholin has quit [Ping timeout: 260 seconds]
bartholin has joined #ocaml
gravicappa has quit [Ping timeout: 256 seconds]
bartholin has quit [Client Quit]
unyu has quit [Quit: brb]
unyu has joined #ocaml
vicfred has joined #ocaml
rgrinberg has joined #ocaml
Everything has quit [Quit: leaving]
wyrd has quit [Remote host closed the connection]
unyu has quit [Quit: WeeChat 3.4]
unyu has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
romildo has joined #ocaml
rgrinberg has quit [Ping timeout: 250 seconds]
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
romildo has quit [Quit: Leaving]
rgrinberg has joined #ocaml
spip has quit [Ping timeout: 256 seconds]
bobo has joined #ocaml
Anarchos has joined #ocaml
Serpent7776 has quit [Quit: leaving]
<Anarchos> how to modify the url.checksum of a package.opam file if the opam file is itself in the tar.gz of the url.src ?
<d_bot> <Valentin> Does your file contains a lot functors?
* Anarchos just bumped dypgen to compile it with bytes and no 'pervasives deprecated' warning.
Tuplanolla has quit [Quit: Leaving.]
wyrd has joined #ocaml
bobo has quit [Ping timeout: 240 seconds]
bobo has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
epony has quit [Ping timeout: 240 seconds]
rgrinberg has quit [Ping timeout: 250 seconds]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
zebrag has joined #ocaml
epony has joined #ocaml
waleee has quit [Ping timeout: 260 seconds]
rgrinberg has joined #ocaml
rgrinberg has quit [Read error: Connection reset by peer]