ide: Fixed corruption of LD_LIBRARY_PATH (Only PATH was being restored) with PathBack...
authorJerome St-Louis <jerome@ecere.com>
Sun, 5 Feb 2012 13:19:53 +0000 (20:19 +0700)
committerJerome St-Louis <jerome@ecere.com>
Sun, 5 Feb 2012 13:19:53 +0000 (20:19 +0700)
commite1173557465082d3e11647f402829aaf9204ebb1
tree27ed473e95209cece43d1107164be1ee7108b949
parent9f6436355d8dd08de59457bb836e7fba9354b3b8
ide: Fixed corruption of LD_LIBRARY_PATH (Only PATH was being restored) with PathBackup class; Moved huge strings from the stack to the heap
This corrupt LD_LIBRARY_PATH was a huge mess when running apps with MemoryGuard, it even hard-locked my machine!
ide/src/debugger/Debugger.ec
ide/src/ide.ec
ide/src/project/Project.ec
ide/src/project/ProjectView.ec
ide/src/project/Workspace.ec