Hi,
I'm a committer of Lua Development Tools (an eclipse plug-in), and this bug affect us too.
We integrate the Lua VM and have this kind of exception at launch :
Current thread (0xb6706c00): JavaThread "main" [_thread_in_native, id=2110, stack(0xb6837000,0xb6888000)]
Stack: [0xb6837000,0xb6888000], sp=0xb6882d40, free space=303k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libc.so.6+0x12ef98] _IO_file_underflow+0x68
C [liblua5.1.so+0x21c89] luaopen_string+0xef9
C [liblua5.1.so+0xa2ea] lua_resume+0x36a
C [liblua5.1.so+0xa784] lua_resume+0x804
C [liblua5.1.so+0x57b5] lua_call+0x35
C [liblua5.1.so+0x210aa] luaopen_string+0x31a
C [liblua5.1.so+0xa2ea] lua_resume+0x36a
C [liblua5.1.so+0x1545a] lua_newstate+0x3f9a
C [liblua5.1.so+0xa7d0] lua_resume+0x850
C [liblua5.1.so+0x5771] lua_pushcclosure+0x1a1
C [liblua5.1.so+0x9df3] lua_yield+0x723
C [liblua5.1.so+0x9e55] lua_yield+0x785
C [liblua5.1.so+0x5598] lua_pcall+0x68
C [libjnlua5.1.so+0xb085] Java_com_naef_jnlua_LuaState_lua_1pcall+0x205
j com.naef.jnlua.LuaState.lua_pcall(II)V+0
j com.naef.jnlua.LuaState.call(II)V+7
We can reproduce it only, on 32bit version and with a JVM 1.7. It seems this does not happened on older version of ubuntu.
I precise we do not use the lua VM packaged in ubuntu repository.
Hi,
I'm a committer of Lua Development Tools (an eclipse plug-in), and this bug affect us too.
We integrate the Lua VM and have this kind of exception at launch :
Current thread (0xb6706c00): JavaThread "main" [_thread_in_native, id=2110, stack(0xb683700 0,0xb6888000) ]
siginfo: si_signo= SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000037
Stack: [0xb6837000, 0xb6888000] , sp=0xb6882d40, free space=303k 6+0x12ef98] _IO_file_ underflow+ 0x68 1.so+0x21c89] luaopen_ string+ 0xef9 1.so+0xa2ea] lua_resume+0x36a 1.so+0xa784] lua_resume+0x804 1.so+0x57b5] lua_call+0x35 1.so+0x210aa] luaopen_ string+ 0x31a 1.so+0xa2ea] lua_resume+0x36a 1.so+0x1545a] lua_newstate+0x3f9a 1.so+0xa7d0] lua_resume+0x850 1.so+0x5771] lua_pushcclosur e+0x1a1 1.so+0x9df3] lua_yield+0x723 1.so+0x9e55] lua_yield+0x785 1.so+0x5598] lua_pcall+0x68 1.so+0xb085] Java_com_ naef_jnlua_ LuaState_ lua_1pcall+ 0x205 jnlua.LuaState. lua_pcall( II)V+0 jnlua.LuaState. call(II) V+7
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libc.so.
C [liblua5.
C [liblua5.
C [liblua5.
C [liblua5.
C [liblua5.
C [liblua5.
C [liblua5.
C [liblua5.
C [liblua5.
C [liblua5.
C [liblua5.
C [liblua5.
C [libjnlua5.
j com.naef.
j com.naef.
We can reproduce it only, on 32bit version and with a JVM 1.7. It seems this does not happened on older version of ubuntu.
I precise we do not use the lua VM packaged in ubuntu repository.
(LDT issue : https:/ /bugs.eclipse. org/bugs/ show_bug. cgi?id= 413740)