Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unrecoverable error 6005: Why ? #10

Open
rafathefull opened this issue Aug 24, 2016 · 1 comment
Open

Unrecoverable error 6005: Why ? #10

rafathefull opened this issue Aug 24, 2016 · 1 comment

Comments

@rafathefull
Copy link
Contributor

rafathefull commented Aug 24, 2016

Hi, sometines, random, show this error;
./sourceview_s
Unrecoverable error 6005: Exception SIGSEGV at address 0x1011b88

./navigator_s
Unrecoverable error 6005: Exception SIGSEGV at address 0x1ccb9c8
[1] 568 segmentation fault (core dumped) ./navigator_s

Why ? It's possible debug about this ?
How debug this problem ?

@rafathefull rafathefull changed the title segmentation fault. Why ? Unrecoverable error 6005: Why ? Aug 24, 2016
@rafathefull
Copy link
Contributor Author

Hi.. Investigation in send possible problem in function hbgobject_pointer_register_types
Please , can you confirm this problem ?

demo git:(master) ✗ gdb navigator_s
This GDB was configured as "x86_64-linux-gnu".
(gdb) run
Starting program: /home/rafa/hbgi/demo/navigator_s
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x00000000006549c8 in ?? ()
(gdb) backtrace
#0 0x00000000006549c8 in ?? ()
#1 0x00007ffff79ed230 in hb_gcRefFree () from /usr/local/lib/libharbour.so.3.4
#2 0x00007ffff79ed350 in hb_itemRelease () from /usr/local/lib/libharbour.so.3.4
#3 0x0000000000413239 in hbgobject_pointer_register_types ()
at ../../home/rafa/hbgi/gobject/hbgpointer.c:209
#4 0x0000000000412fb9 in hbgobject_init (dummy=0x0) at ../../home/rafa/hbgi/gobject/hbgobject.c:2308
#5 0x00007ffff7a29fd9 in hb_vmInit () from /usr/local/lib/libharbour.so.3.4
#6 0x00007ffff7829183 in main () from /usr/local/lib/libharbour.so.3.4
#7 0x00007ffff6bfbf45 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000406cb5 in _start ()
(gdb) Quit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant