[Bug 594311] Re: tetravex crashes in maverick

2011-10-14 Thread Launchpad Bug Tracker
[Expired for gnome-games (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gnome-games (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in Ubuntu.
https://bugs.launchpad.net/bugs/594311

Title:
  tetravex crashes in maverick

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-games/+bug/594311/+subscriptions

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


[Bug 594311] Re: tetravex crashes in maverick

2010-07-11 Thread Robert Ancell
Looks like it is crashing because it has failed to load the background.
This is fixed upstream.

-- 
tetravex crashes in maverick
https://bugs.launchpad.net/bugs/594311
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 594311] Re: tetravex crashes in maverick

2010-06-26 Thread Robert Roth
** Changed in: gnome-games (Ubuntu)
   Status: Incomplete => New

-- 
tetravex crashes in maverick
https://bugs.launchpad.net/bugs/594311
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 594311] Re: tetravex crashes in maverick

2010-06-14 Thread vulfgar
I'm not sure I've got it right, but here is the output (If I've  done
wrong, please tell and I give it another try. :))

gdb gnotravex
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/games/gnotravex...(no debugging symbols found)...done.
(gdb) run --sync
Starting program: /usr/games/gnotravex --sync
[Thread debugging using libthread_db enabled]

Gdk-ERROR **: The program 'gnotravex' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 441 error_code 8 request_code 56 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
aborting...

Program received signal SIGTRAP, Trace/breakpoint trap.
0x7f1f367c9ad2 in g_logv () from /lib/libglib-2.0.so.0
(gdb) thread apply all bt

Thread 1 (Thread 0x7f1f386c6920 (LWP 13254)):
#0  0x7f1f367c9ad2 in g_logv () from /lib/libglib-2.0.so.0
#1  0x7f1f367c9eb3 in g_log () from /lib/libglib-2.0.so.0
#2  0x7f1f373b52a6 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#3  0x7f1f343bde24 in _XError () from /usr/lib/libX11.so.6
#4  0x7f1f343c430c in ?? () from /usr/lib/libX11.so.6
#5  0x7f1f343c49b0 in _XReply () from /usr/lib/libX11.so.6
#6  0x7f1f343b8333 in XSync () from /usr/lib/libX11.so.6
#7  0x7f1f343b84eb in ?? () from /usr/lib/libX11.so.6
#8  0x7f1f34395a7d in XChangeGC () from /usr/lib/libX11.so.6
#9  0x7f1f373af0da in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#10 0x7f1f37372d45 in gdk_gc_set_tile () from /usr/lib/libgdk-x11-2.0.so.0
#11 0x0040f515 in ?? ()
#12 0x7f1f361fdd8d in __libc_start_main () from /lib/libc.so.6
#13 0x0040b129 in ?? ()
#14 0x710b1058 in ?? ()
#15 0x001c in ?? ()
#16 0x0002 in ?? ()
#17 0x710b151c in ?? ()
#18 0x in ?? ()
(gdb)

-- 
tetravex crashes in maverick
https://bugs.launchpad.net/bugs/594311
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 594311] Re: tetravex crashes in maverick

2010-06-14 Thread Pedro Villavicencio
Thanks for the report, please run gnotravex in gdb as:

gdb gnotravex
(gdb) break gdk_x_error
(gdb) run --sync
   (reproduce the crash and execute: )
(gdb) thread apply all bt
save the output and attach it to the report, thanks in advance.

** Changed in: gnome-games (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gnome-games (Ubuntu)
   Status: New => Incomplete

-- 
tetravex crashes in maverick
https://bugs.launchpad.net/bugs/594311
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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