Re: Debug ProjectCenter
Riccardo Mottola <[email protected]> Mon, 2 Dec 2024 14:02:31 +0100
| Newsgroups | gmane.comp.lib.gnustep.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Daniel, Daniel Santos wrote: > I recompiled with that option. > But I still get the same behaviour. > I am running the program from the .app folder that the build creates > within the project root folder. > > I do gdb ProjectCenter.app/ProjectCenter I appreciate your efforts to get a PC stacktrace, but what bug are actually seeing? what do you do in PC? I am the current maintainer and I have no stability issues. For really stubborn builds you can edit: CCFLAGS in config.make [1] system wide, remove -O2 and use a lesser level (hopefully -O1 is enough, you can also try -O0). Then clean and recompile PC and if needed also gnustep core. See if the bug sitll triggers and see if you get a better stacktrace now. Riccardo [1] /System/Library/Makefiles/config.make