Ok, then compile radare with -g and generate a backtrace with GDB, or send me the core file.
btw, rabin has some problems handling the import PLT resolution. not only for 64 bits, also on BSD systems is buggy too. btw, in less than a week i'll be back to home, so i hope to work a bit with the 64 bit port and fix the bugs in rabin. BTW the 1.0 is really close, and i want to stabilize the code and so for it. --pancake On Mon, 11 Aug 2008 01:00:31 +0200 Sebastian Reichel <[EMAIL PROTECTED]> wrote: > Hi, > > Sorry, I hat less time the last days. I don't know, what you have fixed, > but my radare still segfaults if file.flag is enabled. Here is the > output of rabin: > > --------------------- > > rabin -isr /bin/ls > fs imports > f imp_printf @ 0xffffffffffffffff > f imp_strcoll @ 0xffffffffffffffff > f imp_mktime @ 0xffffffffffffffff > f imp_memset @ 0xffffffffffffffff > f imp_mbrtowc @ 0xffffffffffffffff > [...] // more imp_ stuff with address @ 0xffffffffffffffff > f imp_fflush_unlocked @ 0xffffffffffffffff > f imp_iswprint @ 0xffffffffffffffff > f imp_getpwnam @ 0xffffffffffffffff > f imp_malloc @ 0x00401f30 > f imp_free @ 0x00401fc0 > 91 imports added > fs symbols > b 00000008 && f sym_stdout @ 0x00619710 > b 00000008 && f sym_stderr @ 0x00619708 > b 00000004 && f sym_optind @ 0x006196e0 > b 00000008 && f sym_optarg @ 0x00619700 > b 512 > 4 symbols added > > --------------------- > > Here is a full rabin (there is no segfault): > > [EMAIL PROTECTED] ~ % rabin -iSszr /bin/ls | grep added > 91 imports added > 4 symbols added > 28 sections added > 635 strings added > [EMAIL PROTECTED] ~ % echo $? > 1 > > > > Am Sonntag, den 10.08.2008, 19:24 +0200 schrieb pancake: > > elektranox, please re-pull the mercurial repository. it's theorically > > fixed now :) _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
