xfmedia 0.9.2 released
Jean-Philippe Guillemin
jp.guillemin at free.fr
Mon Nov 27 21:02:02 CET 2006
Hi Brian,
The posted tarball doesn't compile here, on Xorg 7.1 . (make: *** No
rule to make target `configure.ac.in', needed by `configure'. Stop.)
I grabbed it from svn
(http://svn.xfce.org/svn/xfce/xfmedia/tags/xfmedia_0_9_2 ), and
succeeded to build it.
Then :
1) I launch it from the XFCE menu -> the GUI starts with "Gtk-CRITICAL
**: gtk_style_detach: assertion `style->attach_count > 0' failed"
2) I open an AVI video -> crash with :
Gdk-ERROR **: The program 'xfmedia' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 35737 error_code 11 request_code 53 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.)
Here's the backtrace :
(gdb) run
Starting program: /usr/bin/xfmedia
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread -1221171536 (LWP 1289)]
[New Thread -1227633744 (LWP 1292)]
[New Thread -1236059216 (LWP 1295)]
[New Thread -1244718160 (LWP 1296)]
[New Thread -1257346128 (LWP 1297)]
[New Thread -1269834832 (LWP 1298)]
[New Thread -1278223440 (LWP 1299)]
[New Thread -1286612048 (LWP 1300)]
[New Thread -1299240016 (LWP 1301)]
[New Thread -1307898960 (LWP 1302)]
[New Thread -1316287568 (LWP 1303)]
[New Thread -1324676176 (LWP 1304)]
[New Thread -1348043856 (LWP 1305)]
(xfmedia:1289): Gtk-CRITICAL **: gtk_style_detach: assertion
`style->attach_count > 0' failed
[New Thread -1372705872 (LWP 1308)]
[New Thread -1381094480 (LWP 1309)]
Gdk-ERROR **: The program 'xfmedia' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 26053 error_code 11 request_code 53 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 SIGABRT, Aborted.
[Switching to Thread -1221171536 (LWP 1289)]
0xb73b8847 in raise () from /lib/libc.so.6
(gdb) bt
#0 0xb73b8847 in raise () from /lib/libc.so.6
#1 0xb73ba0d9 in abort () from /lib/libc.so.6
#2 0xb76278ba in g_logv () from /usr/lib/libglib-2.0.so.0
#3 0xb76278db in g_log () from /usr/lib/libglib-2.0.so.0
#4 0xb7b3ebe1 in gdk_keyboard_grab_info_libgtk_only ()
from /usr/lib/libgdk-x11-2.0.so.0
#5 0xb785537d in _XError () from /usr/lib/libX11.so.6
#6 0xb7856c37 in _XEventsQueued () from /usr/lib/libX11.so.6
#7 0xb7841b9b in XPending () from /usr/lib/libX11.so.6
#8 0xb7b2f2b5 in gdk_x11_drawable_get_xid () from
/usr/lib/libgdk-x11-2.0.so.0
#9 0xb7b32cb9 in gdk_event_get_graphics_expose ()
from /usr/lib/libgdk-x11-2.0.so.0
#10 0xb761e936 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#11 0xb762106a in g_main_context_acquire () from /usr/lib/libglib-2.0.so.0
#12 0xb76213e5 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#13 0xb7cd95a3 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#14 0x0805d0b6 in main (argc=1, argv=0xbfa21584) at main.c:551
Good luck
JP
More information about the Xfce4-dev
mailing list