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

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- ADMINISTRATOR changed the state of the bug to: Fixed. -- ___ Gambas-user mailing list Gambas-user@lists.sou

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Tobias BOEGE changed the state of the bug to: Closed. -- ___ Gambas-user mailing list Gambas-user@lists.sou

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #16 by Moviga TECHNOLOGIES: Yes, but now it makes a new error... I will make a new bugreport -- ___

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #15 by Tobias BOEGE: Great. Let's see if #7303 fixes the problem. (It should.) -- ___ Gambas-user m

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #14 by Moviga TECHNOLOGIES: Super detective work there Tobias :) !strip did the trick (gdb) run Starting program: /usr/bin/gbx3 Program received signal SIGSEGV, Segmentation fault. 0x77ab80ca in strlen () from /

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #13 by Tobias BOEGE: I see there is a "strip" option available in PKGBUILDs[0]. This removes the debugging information from the binaries and libraries. Maybe it is turned on (by default)? [0] https://www.archlinux.org/pa

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #12 by Moviga TECHNOLOGIES: Well, the only important lines are the one with make [...] I don't know then why it still just produces ?? instead of useful information... --

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #11 by Tobias BOEGE: It would seem so, but know that I have never written a PKGBUILD. -- ___ Gambas

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #10 by Moviga TECHNOLOGIES: I'm compiling with a PKGBUILD script. Does this look correct in regards to enableing debugging? create_dirs() { install -dm755 ${pkgdir}/usr/lib/gambas3 install -dm755 ${pkgdir}/usr/share/

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #9 by Moviga TECHNOLOGIES: No, it still chrashes... -- ___ Gambas-user mailing list Gambas-user@lis

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #8 by BenoƮt MINISINI: GB.NewString() does terminate the string with a nul byte (see the source code at gbx_string.c:317). --

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #7 by Tobias BOEGE: Hmm, wait a minute. Since the crash happens to early, it surely is the Watch class constructor. I blindly fixed a line where a strlen() might be called. So try #7300 and tell me if it works. --

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

2015-09-12 Thread bugtracker
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

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #5 by Moviga TECHNOLOGIES: Is this better? (gdb) run Starting program: /usr/bin/gbx3 Program received signal SIGSEGV, Segmentation fault. 0x77ab80ca in strlen () from /usr/lib/libc.so.6 (gdb) bt #0 0x77

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #4 by Tobias BOEGE: " $ main/gbx" should be " $ *cd* main/gbx" -- ___ Gambas-user mailing list Gamb

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #3 by Tobias BOEGE: Sorry but this is almost no information. At the places of the many question marks should be function names and line numbers. You get those from compiling Gambas with debugging information. Since the c

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #2 by Moviga TECHNOLOGIES: (gdb) run Starting program: /usr/bin/gbx3 Program received signal SIGSEGV, Segmentation fault. 0x00420369 in ?? () (gdb) bt #0 0x00420369 in ?? () #1 0x7666c542 in ??

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Comment #1 by Tobias BOEGE: No segfault here; I'm running #7256. You should send a proper crash report as explained here[0]. [0] http://gambaswiki.org/wiki/doc/report#t5

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Tobias BOEGE changed the state of the bug to: Waiting. -- ___ Gambas-user mailing list Gambas-user@lists.so

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Moviga TECHNOLOGIES added an attachment: gb.inotify.png -- ___ Gambas-user mailing list Gambas-user@lists.s

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

2015-09-12 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary --- gb.inotify segmentation error Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Unknown Description --- Publi