Menu

#2 execvp() not executed correctly

open
JPK
None
2
2008-02-11
2008-02-11
JPK
No

execvp() the second parameter is a list of of pointers to null-terminated strings. Element 0 should be the name of the programm which is executed, so that "arg0" can be correctly evaluated. Currently it stores "--nocrashhandler", this should be stored at "arg1". k2pconfig needs to be set/configured properly!

Discussion


Log in to post a comment.