lightning
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lightning] Segfault on arm when calling jit_disassemble


From: Domingo Alvarez Duarte
Subject: [Lightning] Segfault on arm when calling jit_disassemble
Date: Fri, 4 Apr 2014 22:51:32 +0100

Hello !

I'm testing lightning on arm and the printf.c example that come in the docs folder segfaults when calling jit_disassemble, also there is no bugtracker to resgister bugs ???

------
 GNU gdb (GDB) 7.7
Copyright (C) 2014 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 "armv7l-unknown-linux-gnueabihf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from printf...done.
(gdb) r
Starting program: /home/mingo/dev/lightning/examples/printf 
generated 56 bytes

Program received signal SIGSEGV, Segmentation fault.
0x000092b8 in _disassemble (length=<optimized out>, code=<optimized out>, 
    _jit=<optimized out>) at jit_disasm.c:309
309 if (data_info) {
(gdb) bt
#0  0x000092b8 in _disassemble (length=<optimized out>, code=<optimized out>, 
    _jit=<optimized out>) at jit_disasm.c:309
#1  _jit_disassemble (_jit=0x3ca00) at jit_disasm.c:190
#2  0x00008dca in main ()
(gdb) 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]