On Thu, Nov 03, 2005 at 02:13:37PM -0800, Jordan Mantha wrote: > I am running on a 32-bit system. I am currently working with Michael > Banck on this. He has confirmed it on Debian. I am sure he will let us > know if he finds something. Well, it tries to add a bond instead of an atom, for some reason I have not figured out yet: 444 if (p1.atmr[0]->mdl != p1.atmr[1]->mdl || p1.atmr[0]->mdl == NULL) (gdb) n Program received signal SIGSEGV, Segmentation fault. 0xb7620287 in model::AddBond (this=0x8244290, p1=@0xbfff9db8) at model.cpp:444 444 if (p1.atmr[0]->mdl != p1.atmr[1]->mdl || p1.atmr[0]->mdl == NULL) (gdb) bt #0 0xb7620287 in model::AddBond (this=0x8244290, p1=@0xbfff9db8) at model.cpp:444 #1 0x0806c3a4 in project::AddBond (this=0x8244290, p1=@0xbfff9db8) at ./project.cpp:656 #2 0x0806ceb6 in project::DrawEvent (this=0x8244290, gv=0x8289764, names=@0xbfff9ec8) at ./project.cpp:3426 #3 0x08090b55 in camera::RenderWindow (this=0x8288090, gv=0x8289764, rm=camera::Draw, x=312, y=204) at ./camera.cpp:400 #4 0x0808a9d8 in draw_tool::ButtonEvent (this=0x80c34d8, oglv=0x828978c, x=312, y=204) at ./mtools.cpp:38 #5 0x080a5536 in gtk_ogl_view::ButtonHandler (widget=0x828a468, eb=0x82d9090) at ./gtk_views.cpp:300 #6 0xb7c1999e in _gtk_marshal_BOOLEAN__BOXED () from /usr/lib/libgtk-x11-2.0.so.0 #7 0xb798567b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #8 0xb7994c9d in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0 #9 0xb7995e35 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #10 0xb799642e in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #11 0xb7d08d87 in gtk_widget_send_expose () from /usr/lib/libgtk-x11-2.0.so.0 #12 0xb7c184b2 in gtk_propagate_event () from /usr/lib/libgtk-x11-2.0.so.0 #13 0xb7c17306 in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0 #14 0xb7ab7825 in _gdk_events_queue () from /usr/lib/libgdk-x11-2.0.so.0 #15 0xb7915421 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #16 0xb7918687 in g_main_context_check () from /usr/lib/libglib-2.0.so.0 #17 0xb7918bd8 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #18 0xb7c16bb3 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #19 0x0806a850 in main (argc=1, argv=0xbfffa654) at ./main.cpp:756 project::AddAtom is not being called, at least a breakpoint there is not triggered, as opposed to project:AddBond. Any idea why this would be? I'd update to current CVS, but this seems to involve doing libghemical and libmopac updates as well, and I'd rather wait for released versions if possible. Michael