Greetings:

  I've compiled two different apps this morning, both based on GTK. Both
apps compiled with no compiler complaints, but segfault immediately when
I try to run them. Both report the same error under gdb. Here's the
results of trying to run amSynth:

[dlphilp@localhost bin]$ gdb amSynth
GNU gdb Red Hat Linux 7.x (5.0rh-15) (MI_OUT)
(gdb) r
Starting program: /usr/local/bin/amSynth 
[New Thread 1024 (LWP 10292)]
[New Thread 2049 (LWP 10299)]
[New Thread 1026 (LWP 10300)]
[New Thread 2051 (LWP 10301)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 10292)]
0x08063060 in GUI::GUI () at eval.c:41
41      eval.c: No such file or directory.
        in eval.c
(gdb) bt
#0  0x08063060 in GUI::GUI () at eval.c:41
#1  0xbfffdb2c in ?? ()
#2  0x40468507 in __libc_start_main (main=0x80563b0 <main>, argc=1,
ubp_av=0xbffff7e4, init=0x8055310 <_init>, fini=0x8076470 <_fini>,
rtld_fini=0x4000dc14 <_dl_fini>, stack_end=0xbffff7dc)
    at ../sysdeps/generic/libc-start.c:129



  The Bewdy program fails with the same error regarding eval.c but with
a different backtrace. Can anyone tell me where to start correcting
whatever is wrong here ? I don't recall having this problem with other
GTK apps, but I've probably changed something critical here and didn't
realize that I screwed up something else. TIA !

Best regards,

== Dave Phillips

        The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
        The Linux Soundapps Site at http://linux-sound.org

Reply via email to