Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


OpenAL Audio Update: Use 1.0.2553 Patch instead!
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#18
Solved: 8 Years, 2 Months, 3 Weeks ago RE: OpenAL Audio Update / Feedback

'ulimit -c unlimited' does not fix crashed, what it does it it tells linux to allow the application to dump what is called a "core dump", or memory dump of the application at the time of the crash.
running (where 12345 WILL be different on your system do an ls core* to see what number the core dump was given)
gdb ./penumbra.bin core.12345
then after GDB starts up running
thread apply all bt full
Then copy ALL of the output to a post on this thread. That is what I need to debug what the crash was.

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
12-24-2007, 02:18 AM
Website Find


Messages In This Thread



Users browsing this thread: 1 Guest(s)