[Bug 117471] Re: Nexuiz: Crash when the 'Real Time dynamic light' option is turned on

2009-04-06 Thread Hew McLachlan
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at https://wiki.ubuntu.com/Bugs/Status
. Thank you again for taking the time to report this bug and helping to
make Ubuntu better. Please submit any future bugs you may find.

** Changed in: nexuiz (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: nexuiz (Ubuntu)
 Assignee: MOTU (motu) = (unassigned)

-- 
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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 117471] Re: Nexuiz: Crash when the 'Real Time dynamic light' option is turned on

2009-04-05 Thread Hew McLachlan
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an issue
for you. Can you try with the latest Ubuntu release? Thanks in advance.

** Changed in: nexuiz (Ubuntu)
   Status: New = Incomplete

-- 
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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 117471] Re: Nexuiz: Crash when the 'Real Time dynamic light' option is turned on

2009-04-05 Thread Srik
Tested with ubuntu 8.10 and nexuiz 2.5.
Problem disappeared!

-- 
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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 117471] Re: Nexuiz: Crash when the 'Real Time dynamic light' option is turned on

2007-05-31 Thread Philip Paquette
Here is one way to solve the problem:

1. Open a terminal and type sudo apt-get install screen to install the screen 
package.
2. Type screen -L after the program is installed, a virtual terminal should 
open
3. Type gdb 21 | tee gdb-nexuiz.txt
4. GDB should open up, then type
(gdb) handle SIG33 pass nostop noprint
(gdb) set pagination 0
5. Close all the open terminal windows.
6. Start nexuiz (Just load the program, but don't reproduce the crash yet).
7. Press Ctrl-Alt-F1, that should bring you in a black terminal, log in.
8. Type pidof nexuiz.bin, the process ID should appear, write it down
9. Type screen -R, that should resume your previous virtual terminal session. 
 You should be in GDB now, so type
(gdb) attach nexuiz PID
(gdb) continue
10. You are now attached to nexuiz, press Alt-F7 to return to nexuiz 
11. Reproduce the crash and then press Ctrl-Alt-F1
12. Type
(gdb) backtrace full
(gdb) info registers
(gdb) thread apply all backtrace
(gdb) quit
killall nexuiz.bin
exit
exit
13. Attach the gdb-nexuiz.txt file to the report.

-- 
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


[Bug 117471] Re: Nexuiz: Crash when the 'Real Time dynamic light' option is turned on

2007-05-31 Thread Srik
Done!

** Attachment added: gdb-nexuiz.txt.tar.gz
   http://launchpadlibrarian.net/7907669/gdb-nexuiz.txt.tar.gz

-- 
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


[Bug 117471] Re: Nexuiz: Crash when the 'Real Time dynamic light' option is turned on

2007-05-31 Thread Philip Paquette
Thanks

** Changed in: nexuiz (Ubuntu)
 Assignee: Philip Paquette = MOTU
   Status: Needs Info = Unconfirmed

-- 
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


[Bug 117471] Re: Nexuiz: Crash when the 'Real Time dynamic light' option is turned on

2007-05-29 Thread Srik
Ok... Sorry for the mistake, but the problem is that when i reproduce
the crash then i'm not able to return to the gdb window!!

Everything is blocked but the combination ctrl-alt-del!

How to have a backtrace?

(maybe there is a key combination usefull like alt-tab that i don't
know...)

P.S.
The package nexuiz-dbgsym is correctly installed but i continue to have a lot 
of  (no debugging symbols found)

-- 
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


[Bug 117471] Re: Nexuiz: Crash when the 'Real Time dynamic light' option is turned on

2007-05-28 Thread Srik

** Attachment added: gdb-nexuiz.txt.tar.gz
   http://librarian.launchpad.net/7861407/gdb-nexuiz.txt.tar.gz

-- 
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


[Bug 117471] Re: Nexuiz: Crash when the 'Real Time dynamic light' option is turned on

2007-05-28 Thread Srik

** Attachment added: strace-nexuiz.log.tar.gz
   http://librarian.launchpad.net/7861412/strace-nexuiz.log.tar.gz

-- 
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


[Bug 117471] Re: Nexuiz: Crash when the 'Real Time dynamic light' option is turned on

2007-05-28 Thread Srik

** Attachment added: valgrind-logs-nexuiz.tar.gz
   http://librarian.launchpad.net/7861414/valgrind-logs-nexuiz.tar.gz

-- 
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


[Bug 117471] Re: Nexuiz: Crash when the 'Real Time dynamic light' option is turned on

2007-05-28 Thread Philip Paquette
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 21 | 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