Michael Nguyen writes:
From: "Sam Varshavchik" <[EMAIL PROTECTED]> Michael Nguyen writes:[snip]> Starting program: /usr/libexec/courier-authlib/authdaemond> Reading symbols from shared object read from target memory...(no > debugging> symbols found)...done. > Loaded system supplied DSO at 0xbfffe000 > (no debugging symbols found) > (no debugging symbols found) > (no debugging symbols found) > INFO: modules="authmysql", daemons=5 > INFO: Installing libauthmysql > [Thread debugging using libthread_db enabled] > [New Thread -1208838464 (LWP 11138)] > > Program received signal SIGFPE, Arithmetic exception. > [Switching to Thread -1208838464 (LWP 11138)] > 0x4817d571 in do_lookup_x () from /lib/ld-linux.so.2 > > _______________________ > > So...what do you think? It's a start. Now, run the 'bt' command. Hopefully you've compiled with debug symbols on -- which is the default.Here you go: #0 0x4817d571 in do_lookup_x () from /lib/ld-linux.so.2 #1 0x4817d8fb in _dl_lookup_symbol_x () from /lib/ld-linux.so.2 #2 0x4817f0d3 in _dl_relocate_object () from /lib/ld-linux.so.2 #3 0x481853d8 in dl_open_worker () from /lib/ld-linux.so.2 #4 0x48181bfe in _dl_catch_error () from /lib/ld-linux.so.2 #5 0x48185974 in _dl_open () from /lib/ld-linux.so.2 #6 0x482bdd42 in dlopen_doit () from /lib/libdl.so.2 #7 0x48181bfe in _dl_catch_error () from /lib/ld-linux.so.2 #8 0x482be3e3 in _dlerror_run () from /lib/libdl.so.2 #9 0x482bddd2 in dlopen@@GLIBC_2.1 () from /lib/libdl.so.2 #10 0x44b7863c in lt_dlseterror () from /usr/lib/libltdl.so.3 #11 0x44b78bac in lt_dlpreload_default () from /usr/lib/libltdl.so.3 #12 0x44b78d48 in lt_dlpreload_default () from /usr/lib/libltdl.so.3 #13 0x44b7ae02 in lt_dlforeachfile () from /usr/lib/libltdl.so.3 #14 0x44b7b439 in lt_dlopenext () from /usr/lib/libltdl.so.3 #15 0x08049c3e in readconfig () #16 0x0804a442 in start () #17 0x0804afee in main ()If debug symbols aren't on, could you tell me how to turn them on? I simply compiled this using rpmbuild -ta courier-authlib-xxxx.tar.bz2
Well, this is enough info to indicate some undetermined system problem. It's crashing deep inside system library code. You'll need to give this info to whatever passes for amazon ec2 support. Something about their environment is breaking.
pgpMT0Dh7l5y4.pgp
Description: PGP signature
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
