>From I noticed that if GTK_MODULES contains "atk-bridge" eclipse keeps crashing.
Default GTK_MODULES: jar...@sentti:~/dev/eclipse$ !echo echo $GTK_MODULES canberra-gtk-module:gail:atk-bridge My eclipse startup script, which doesn't crash eclipse: jar...@sentti:~/dev/eclipse$ cat eclipse #!/bin/sh echo https://bugs.edge.launchpad.net/ubuntu/+source/eclipse/+bug/458703 export GDK_NATIVE_WINDOWS=1 echo https://bugzilla.gnome.org/show_bug.cgi?id=546542 export GTK_MODULES="canberra-gtk-module:gail" ~/dev/eclipse/eclipse.bin $0 Notice that eclipse.bin reads eclipse.bin.ini (not the default eclipse.ini). Also empty (GTK_MODULES="") works also. ** Bug watch added: GNOME Bug Tracker #546542 https://bugzilla.gnome.org/show_bug.cgi?id=546542 -- Eclipse SIGSEGVs in libpango https://bugs.launchpad.net/bugs/445009 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
