[tlbuild] OpenSolaris

Mojca Miklavec mojca.miklavec.lists at gmail.com
Mon Feb 22 17:59:50 CET 2016


On 22 February 2016 at 15:52, Apostolos Syropoulos wrote:
>
> In folder  source/Work/libs/luajit I see that there is core file Now
> after examining the core I see it is generated by luajittry.
> When I exceute luajittry, I just get a core. Here is what gdb
> has to say about the core:
>
> (gdb) run
> Starting program: /extra/sources/TeX/source/Work/libs/luajit/luajittry
> procfs:3960 -- process not stopped.
> procfs: ...giving up...
>
> Any ideas/suggestions?

I tried compiling on i386 (Solaris 10) and here's where my version was
stuck with gdb:

Program received signal SIGSEGV, Segmentation fault.
0x08071990 in lj_BC_JLOOP () at /var/tmp//ccVxnWB5.s:728
728     /var/tmp//ccVxnWB5.s: No such file or directory.
(gdb) backtrace
#0  0x08071990 in lj_BC_JLOOP () at /var/tmp//ccVxnWB5.s:728
#1  0x0805d677 in lua_cpcall (L=L at entry=0xfedcf1c0,
func=func at entry=0x8057e90 <pmain>, ud=ud at entry=0x0) at
../../../libs/luajit/LuaJIT-src/src/lj_api.c:1079
#2  0x080b6a6d in main (argc=1, argv=0x8047af8) at
../../../libs/luajit/LuaJIT-src/src/luajit.c:565

That looks like some assembler code ending up in some temporary
location (and potentially cleaned up after the build?). I don't want
to mess with assembler and I hope that someone more skilled will be
able to come up with a suggestion or solution.

(There are some other files /var/tmp/cc*.s, but not this particular
one and none of them were created by me.)

Mojca


More information about the tlbuild mailing list