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.
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:
Find the GDB manual and other documentation resources online at:
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)