[Gambas-user] [Gambas Bug Tracker] Bug #730: gb.inotify segmentation error

bugtracker at ...3416... bugtracker at ...3416...
Sat Sep 12 18:59:24 CEST 2015


http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4-

Comment #6 by Tobias BOEGE:

Not particularly. I see that the segfault is in strlen(), but gb.inotify does not
call strlen() directly anywhere. If debugging information was available, the back-
trace would look somewhat like this:

(gdb) bt
#0  Watch_new (_object=0x69ce78, _param=0x7ffff65cd040) at c_watch.c:331
#1  0x0000000000412744 in EXEC_native () at gbx_exec.c:1366
#2  0x00000000004136f4 in EXEC_special (special=0, class=0x69a4a8, object=0x69ce78, nparam=1, drop=1 '\001') at gbx_exec.c:1674
#3  0x0000000000413980 in EXEC_special_inheritance (special=0, class=0x69a4a8, object=0x69ce78, nparam=1, drop=1 '\001') at gbx_exec.c:1730
#4  0x00000000004145d0 in EXEC_new () at gbx_exec.c:1947
#5  0x000000000045e85b in EXEC_loop () at gbx_exec_loop.c:907
#6  0x00000000004109e4 in EXEC_function_loop () at gbx_exec.c:931
#7  0x0000000000410631 in EXEC_function_real () at gbx_exec.c:895
#8  0x0000000000413569 in EXEC_public_desc (class=0x69b758, object=0x0, desc=0x69b918, nparam=0) at gbx_exec.c:1616
#9  0x000000000044418a in main (argc=1, argv=0x7fffffffe6b8) at gbx.c:416

All the question marks are replaced by useful information.






More information about the User mailing list