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

bugtracker at ...3416... bugtracker at ...3416...
Sat Sep 12 18:17:09 CEST 2015


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 call path seems rather plain, I think it would suffice to just compile
the interpreter and the gb.inotify component with debugging symbols enabled. In
case you don't know, here is how to do that:

  $ cd gambas-source-tree/
  $ main/gbx
  $ make clean && make CFLAGS+="-O0 -ggdb"
  # make install
  $ cd ../lib/inotify
  $ make clean && make CFLAGS+="-O0 -ggdb"
  # make install

assuming that you have previously compiled Gambas from source.






More information about the User mailing list