You are not logged in.
Pages: 1
When bc is run with the "-l" option it crashes with a segmentation fault at least when you try making an operation. I am not sure what's causing this, but I guess it's a 64bit porting problem, because the 32bit version works fine on Arch.When bc is run with the "-l" option it crashes with a segmentation fault at least when you try making an operation. I am not sure what's causing this, but I guess it's a 64bit porting problem, because the 32bit version works fine on Arch.
In love I believe and in Linux I trust
Offline
try to recompile the pkg using -O0 instead of our default -O2 optimizations.
Offline
Compiled with -O0 works fine. Thanks for the tip. Is the official package going to be recompiled?
In love I believe and in Linux I trust
Offline
Yes I will recompile it as soon as possible.
Offline
Pages: 1