I just compiled it natively using jhbuild and it also segfaulted for me. I then ran it in gdb and ran a backtrace and got: #0 0x00000001009e0839 in gtk_source_buffer_set_highlight_syntax () #1 0x000000010006a275 in inner_main (files=0x0) at core/view.c:624 #2 0x00000001001fd0f2 in c_body (d=0x7fff5fbfdea0) at continuations.c:349 #3 0x000000010026895b in scm_c_catch (tag=0x104, body=0x1001fd0e0 <c_body>, body_data=0x7fff5fbfdea0, handler=0x1001fd110 <c_handler>, handler_data=0x7fff5fbfdea0, pre_unwind_handler=0x100267ef0 <scm_handle_by_message_noexit>, pre_unwind_handler_data=0x0) at throw.c:203 #4 0x00000001001fd4f7 in scm_i_with_continuation_barrier (body=0x1001fd0e0 <c_body>, body_data=0x7fff5fbfdea0, handler=0x1001fd110 <c_handler>, handler_data=0x7fff5fbfdea0, pre_unwind_handler=0x100267ef0 <scm_handle_by_message_noexit>, pre_unwind_handler_data=0x0) at continuations.c:325 #5 0x00000001001fd5a4 in scm_c_with_continuation_barrier (func=<value temporarily unavailable, due to optimizations>, data=<value temporarily unavailable, due to optimizations>) at continuations.c:367 #6 0x0000000100267623 in scm_i_with_guile_and_parent (func=0x10006a240 <inner_main>, data=0x0, parent=<value temporarily unavailable, due to optimizations>) at threads.c:733 #7 0x00000001000558e4 in main (argc=1, argv=0x7fff5fbfe2a8) at core/main.c:469
Do you get the same error when you do a bt or bt full in gdb? Jeremiah On 9/19/14, Lee Nelson <[email protected]> wrote: > Even after "make install", this is all I get: > >> 22:24:03 yabloko-100 lnelson:~> /usr/local/bin/denemo >> Denemo - MESSAGE : Loading preference file: >> /Users/lnelson/.denemo-1.1.9/denemorc >> Segmentation fault: 11 > > > It segfaults immediately without much in the way of useful output. > > I'm basically following the instructions for a Linux build but doing so on > my Mac. I'm using macports to install the dependencies, then creating a > "bin" subdir, and then running "../configure" in the subdir. The compile > completes without any errors. But when I try to run denemo as "./denemo" > in the "bin" directory or as "/usr/local/bin/denemo" after running "make > install" I get the same segfault. > _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
