Program received signal SIGHUP, Hangup.

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Alois2992
Posts: 7
Joined: Thu Nov 22, 2007 11:38 pm

Program received signal SIGHUP, Hangup.

Post by Alois2992 »

It's again me, the totally debugging noob...

I've managed to start PSPLink and the gdb-debugger. And now I don't know much more than before, because I don't know what to do with this message:
Program received signal SIGHUP, Hangup.
luaH_getstr (t=<value optimized out>, key=0x8b154c0) at lua/ltable.c:458
458 if (ttisstring(gkey(n)) && rawtsvalue(gkey(n)) == key)
Current language: auto; currently c
(gdb) bt
#0 luaH_getstr (t=<value optimized out>, key=0x8b154c0) at lua/ltable.c:458
#1 0x08932b6c in luaH_set (L=0x8b166b0, t=0x8b154c0, key=0x8b154c0)
at lua/ltable.c:495
#2 0x0893527c in luaV_settable (L=0x4, t=0x8b166f8, key=0x8b154c0,
val=0x8b16930) at lua/lvm.c:142
#3 0x0891b354 in lua_setfield (L=0x8b166b0, idx=<value optimized out>,
k=0x89cbfe8 "blobby_moveleft") at lua/lapi.c:658
#4 0x08910a84 in luaInput::getInput (this=0x8b165a0) at luaInput.cpp:94
#5 0x0890d224 in physics::handleblobby (this=0x8b16560, Blobby1=@0x8b19b60)
at physics.cpp:214
#6 0x0890dd84 in physics::step (this=0x8b16560, Ball=@0x8b19b90,
Blobby1=@0x8b19b30, Blobby2=@0x8b19b60) at physics.cpp:164
#7 0x0890341c in match::step (this=0x8b19b10) at match.cpp:65
#8 0x08900594 in main () at main.cpp:36
(gdb)
Does anyone here have an idea what this could be?? I'm realy are at the end of my knowledge.

Alois
Sorry for my bad English... I'm still learning
Post Reply