[Gambas-bugtracker] Bug #2678: Project already open, issue

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Wed Jan 4 00:13:30 CET 2023


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

Comment #3 by Benoît MINISINI:

The project lock is a system lock on a file, managed by Linux. So if you get the message, you're almost sure that the process holding it is still running.

You must choose one of the processes, and run 'gdb' on it. For example:

$ sudo gdb gbr3 4845
...
(gdb) p DEBUG_get_current_position()
...
(gdb) bt

Please give me the result of the two 'gdb' commands above.

Benoît MINISINI changed the state of the bug to: NeedsInfo.




More information about the Bugtracker mailing list