After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 637960 - Gtk3 programs crash at startup with xorg 1.9.2
Gtk3 programs crash at startup with xorg 1.9.2
Status: RESOLVED DUPLICATE of bug 637949
Product: gtk+
Classification: Platform
Component: .General
2.91.x
Other Linux
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-12-24 15:26 UTC by jeezusjr
Modified: 2010-12-24 15:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jeezusjr 2010-12-24 15:26:55 UTC
Overview:
I have installed gtk3 2.91.7 using http://aur.archlinux.org/packages/gtk3/gtk3/PKGBUILD and upon loading up gtk3-demo (or any program linked with gtk3) for test, it crashes with SIGSEGV.

Steps to Reproduce:

1) Try to run gtk3-demo (or any program linked with gtk3),

Actual Results:

Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
Segmentation fault

Note: I do not have libcanberra installed because of pulse compatibility (I don't have the time to mess with it right now) gtk3 worked before the upgrade to xorg 1.9 without libcanberra.

Expected Results:

A demo of gtk3.

Build Date & Platform:

Linux helium 2.6.36-ARCH #1 SMP PREEMPT Fri Dec 10 20:32:37 CET 2010 x86_64 Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz GenuineIntel GNU/Linux (Arch Linux)

Additional Builds and Platforms:

The problem does not occur with gtk2 2.22.1 on the same system.

Additional Information:

From GDB:

Reading symbols from /usr/bin/gtk3-demo...(no debugging symbols found)...done.
(gdb) b main
Breakpoint 1 at 0x427710
(gdb) r
Starting program: /usr/bin/gtk3-demo 
[Thread debugging using libthread_db enabled]

Breakpoint 1, 0x0000000000427710 in main ()
(gdb) s
Single stepping until exit from function main,
which has no line number information.
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4e4566a in XInternAtom () from /usr/lib/libX11.so.6
(gdb) 

More info available upon request, just tell me what to do!
Comment 1 Javier Jardón (IRC: jjardon) 2010-12-24 15:51:43 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 637949 ***