> -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of PHilip RUshik > Sent: Friday, March 30, 2012 1:03 PM > To: [email protected] > Subject: Segfault in libdl-0.9.33.so > > Both ncurses and SDL crash whenever an application using them crashes. > dmesg tells me that sdl related crashes are segfaults in libdl- > 0.9.33.so, > which is (correct me if I'm wrong) the library for the dynamic loader?
It is the library provide the support to dynamically load shared libraries. > There isn't much more info since I didn't build with debugging > libraries. > Its strange that this is happening, it worked previously, and I don't > think > I changed anything in my uclibc config except for adding fenv > functions, > which shouldn't affect SDL since SDL is only written in C. > Everything on my system is dynamically linked, and most things run fine > including complex applications such as Xfbdev, and even Abiword. Any > ideas > about what the problem could be? With the info you provide is difficult understand where is the problem, What I suggest you is to build the uClibc with SUPPORT_LD_DEBUG and SUPPORT_LD_DEBUG_EARLY enabled, they could give some useful info. Which arch are you using? > If it would be helpful, I could show you my uclibc config file (or > some relevant portion of it). > > > --PHil > _______________________________________________ > uClibc mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/uclibc _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
