ok, i just found a link to fix the libpulse (pulseaudio) library...via removing it and installing something that works...I just installed the esound library, tested it with efence and it passed. gonna run the program and hope for the best...wish me luck.
Im back, unfortunately
so here goes.
after replacing the sound library I ran the program under efence in hopes of catching the bug...well much to my surprise is just didn't crash, it ran for three days and didn't crash. So I stopped the program and reran it outside of efence (recompiled with efence off) and once again it crashed...same errors as before with the backtrace. This is frustrating, I don't know if you have anymore suggestions but im plum stumped!
That's sucks. I was hoping for the best. After a week went by, I assumed you had nailed it.
My only suggestion at this point is to compile with mudflap support and try again. It may catch something that efence missed. If that doesn't catch it, try valgrind.
yeah, ive used valgrind and removed all of the leaks detected that can be( meaning that the same result is given with a skeleton program with the libraries opened but no logic ) ill have to try mudflap see what goes on...id hate to port this over to java so late in the development this is really starting to get annoying. thanks for the help though guys ill get back to you.
this means that the process caught SIGABRT. The default exception handler, called when an
uncaught exception is thrown, calls abort(), which does a raise( SIGABRT );
ok, well if you look at the backtrace, raise() is in whats veiwable from the backtrace, inside of libCoregl or something like that. Im getting slightly different backtrace than before. I should post it for you, but it's basically just a call to opengl lib and then raise() and then __kernel_vsyscall ().