Opened 15 years ago

Closed 15 years ago

#71 closed defect (fixed)

QProcess::startDetached() doesn't work

Reported by: Dmitry A. Kuminov Owned by:
Priority: major Milestone: Qt Beta 3
Component: General Version: 4.5.1 Beta 1
Severity: Keywords:
Cc:

Description

Since P_DETACH isn't supported by kLIBC's spawnvpe(), QProcess::startDetached() that relies on that doesn't work. This needs to be fixed, possibly by calling DosExecPgm? directly.

Change History (7)

comment:1 Changed 15 years ago by Dmitry A. Kuminov

Not a blocker, since we haven't decided about its importance for real apps yet.

comment:2 Changed 15 years ago by Silvan Scherrer

would it be a big problem to fix that behaviour in klibc?

comment:3 Changed 15 years ago by Dmitry A. Kuminov

Probably not, the question is who is responsible for releasing kLIBC now. I don't want the DLL hell.

comment:4 Changed 15 years ago by Silvan Scherrer

in theory still Knut. we already have a small dll hell, as with samba we have libc0.6.4x
eventually we can convience Knut in releasing a libc0.6.4 with all the fixes already done and some more. will talk to you on friday

comment:5 Changed 15 years ago by Silvan Scherrer

there is also a ticket in libc about similar issues: http://svn.netlabs.org/libc/ticket/121

comment:6 Changed 15 years ago by Silvan Scherrer

Milestone: Qt GAQt Beta 3

comment:7 Changed 15 years ago by Dmitry A. Kuminov

Resolution: fixed
Status: newclosed

Fixed in #72.

Note: See TracTickets for help on using tickets.