After this :

Program received signal SIGABRT, Aborted.
[Switching to Thread -1224730912 (LWP 9741)]
0xb7a9a7a7 in raise () from /lib/tls/libc.so.6
(gdb)

This is the stack trace I've got :

(gdb) info stack
#0  0xb7a9a7a7 in raise () from /lib/tls/libc.so.6
#1  0xb7a9c04b in abort () from /lib/tls/libc.so.6
#2  0xb7c66de9 in __gnu_cxx::__verbose_terminate_handler ()
   from /usr/lib/libstdc++.so.6
#3  0xb7c64765 in __gxx_personality_v0 () from /usr/lib/libstdc++.so.6
#4  0xb7c647a2 in std::terminate () from /usr/lib/libstdc++.so.6
#5  0xb7c6490a in __cxa_throw () from /usr/lib/libstdc++.so.6
#6  0x083a0ff8 in SGSoundSample::load_file (this=0xb2da290, path=0x0,
    file=0xb2da10c "default.wav") at sample_openal.cxx:388
#7  0x080c61f2 in FGATCVoice::LoadVoice (this=0xb1e8040, [EMAIL PROTECTED])
    at ATCVoice.cxx:58
#8  0x0809552a in FGATCMgr::init (this=0xb1e48f8) at ATCmgr.cxx:113
#9  0x08065d7f in fgInitSubsystems () at fg_init.cxx:1698
#10 0x08054408 in fgIdleFunction () at main.cxx:885
#11 0xb7e86206 in glutMainLoop () from /usr/lib/libglut.so.3
#12 0x08051aa2 in fgMainInit (argc=2, argv=0xbf800064) at main.cxx:1023
#13 0x080511dc in main (argc=0, argv=0x0) at bootstrap.cxx:198
(gdb)

I suspect somewhere around the trace #6 or #7 is causing the problem. But I don't know how to fix it.

Help !

Isao

Melchior FRANZ <[EMAIL PROTECTED]> wrote:
* Isao Yamashita -- Sunday 12 February 2006 17:15:
> I hope it's an OpenAL problem.
> I tried with --disable-sound option too, didn't work either.

There's more wrong: direct rendering & sound. (The voice interface
has nothing to do with sound. It's just networking code that sends
text to another host. And it's not the last in the log list. And
it's disabled by default, in which case it doesn't do *anything*.
I wouldn't even have had to add the subsystem in this case, but did so
because I wanted to prepare it for later activation. Currently there
are only a few "if (false) return;" when it's disabled. This can't
easily segfault or abort. ;-)

m.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to