Hi Robin, It works fine for me :/ Have you run "make clean" first? If it segfaults after doing it, run radare2 from gdb and send us the output of the command 'bt full'. Thanks :)
Kind regards, -- nibble On Fri, 9 Apr 2010 18:03:24 +0200 Robin Vossen <[email protected]> wrote: > I did build radare2 from hg today and I instantly got SegFault. > > So here is the Bug_Report: > % radare2 /bin/ls > Segmentation fault > % su > Password: > $ radare2 /bin/ls > Segmentation fault > $ exit > exit > % gdb radare2 > GNU gdb (GDB) 7.1 > Copyright (C) 2010 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > <http://gnu.org/licenses/gpl.html> This is free software: you are > free to change and redistribute it. There is NO WARRANTY, to the > extent permitted by law. Type "show copying" and "show warranty" for > details. This GDB was configured as "x86_64-unknown-linux-gnu". > For bug reporting instructions, please see: > <http://www.gnu.org/software/gdb/bugs/>... > Reading symbols from /usr/bin/radare2...(no debugging symbols > found)...done. (gdb) r /bin/ls > Starting program: /usr/bin/radare2 /bin/ls > > Program received signal SIGSEGV, Segmentation fault. > 0x00007ffff6b8a3e5 in r_config_node_get (cfg=0x604f70, > name=0x7ffff7bdb369 "dir.plugins") at config.c:47 > 47 if (bt->hash == hash) > (gdb) q > A debugging session is active. > > Inferior 1 [process 10349] will be killed. > > Quit anyway? (y or n) y > % uname -a > Linux cocytus 2.6.32-ARCH #1 SMP PREEMPT Mon Mar 15 20:44:03 CET 2010 > x86_64 Pentium(R) Dual-Core CPU T4400 @ 2.20GHz GenuineIntel GNU/Linux > > > Hope there will be a fix soon. > > Cheers, > Robin > _______________________________________________ > radare mailing list > [email protected] > http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
