Urkle
FG - Associate
Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation:
21
|
RE: Linux Beta Demo and Feedback
The build system is a Fedora Core 6 system, so the libs require Glibc 2.4 right now.. I'm going to see if I can rebuild it so it will require a lesser glibc for better compatability.
however that Floating point exception does sound rather strange.
Can you guys turn on core dumping and get a backtrace?
ulimit -c unlimited
./penumbra
(upon crash a core file will be produces with the process id #. example: core.141332)
gdb ./penumbra.bin core.141332
thread apply all bt full
then give me the output of all that mess..
OR if the core files aren't too big, you can PM me a place to download the core files directly
Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
|
|
03-22-2007, 10:50 PM |
|