Thank you for your bug report. Unfortunately, you didn't do your backtrace properly.
1) Install the package "nexuiz-dbgsym" by typing "sudo apt-get install nexuiz-dbgsym", if it doesn't exist, then go to System > Administration > Software Sources and add "deb http://people.ubuntu.com/~pitti/ddebs feisty main universe", then reload and retry. 2. Start the program under control of gdb: gdb <program> 2>&1 | tee gdb-<program>.txt (gdb) handle SIG33 pass nostop noprint (gdb) set pagination 0 (gdb) run <arguments, if any> ---> You did all that properly ;-) 3. The program will start. Perform any actions necessary to reproduce the crash 4. Retrieve a backtrace of the crash: <==== You forgot the backtrace !!! (gdb) backtrace full (gdb) info registers (gdb) thread apply all backtrace (gdb) quit 5. Attach the complete output from GDB, contained in gdb-<program>.txt, in your bug report. You forgot to request the full backtrace (step 4). Can you please redo a backtrace (with nexuiz-dbgsym installed) and reattach it to this report. Thanks ** Changed in: nexuiz (Ubuntu) Importance: Undecided => Medium Assignee: (unassigned) => Philip Paquette Status: Unconfirmed => Needs Info -- Nexuiz: Crash when the 'Real Time dynamic light' option is turned on https://bugs.launchpad.net/bugs/117471 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs