Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLMC
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
luyikei
VLMC
Commits
ceb855f2
Commit
ceb855f2
authored
Jan 27, 2010
by
Hugo Beauzee-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't fork when there is crash handler is deactivated.
parent
f4565c35
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/vlmc.cpp
src/vlmc.cpp
+6
-0
No files found.
src/vlmc.cpp
View file @
ceb855f2
...
...
@@ -20,6 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include "config.h"
#include <QtDebug>
#include <wait.h>
...
...
@@ -29,6 +31,7 @@ int VLMCmain( int , char** );
int
main
(
int
argc
,
char
**
argv
)
{
#ifdef WITH_CRASHHANDLER
while
(
true
)
{
pid_t
pid
=
fork
();
...
...
@@ -56,4 +59,7 @@ int main( int argc, char **argv )
}
}
}
#else
return
VLMCmain
(
argc
,
argv
);
#endif
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment