Bug 150029 - Spawner does not work on some configurations (Windows)
Summary: Spawner does not work on some configurations (Windows)
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 4.0   Edit
Assignee: Doug Schaefer CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-07-07 14:44 EDT by Alex Chapiro CLA
Modified: 2008-06-19 23:49 EDT (History)
0 users

See Also:


Attachments
Patch which fixes the problem (960 bytes, patch)
2006-07-07 14:48 EDT, Alex Chapiro CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Chapiro CLA 2006-07-07 14:44:57 EDT
Sometimes (rarely enough to be  not reported so far:-) if directory where Eclipse installed includes spaces, spawner just fails to launch anything displaying message on the console:
(Exec error:%1 is not a valid Win32 application)
Comment 1 Alex Chapiro CLA 2006-07-07 14:48:40 EDT
Created attachment 45951 [details]
Patch which fixes the problem

Just embrace full path for the starter with double quotation marks to avoid ambigousity.
Comment 2 Doug Schaefer CLA 2006-07-07 14:54:06 EDT
Thanks, Alex. I'll take a look.
Comment 3 Doug Schaefer CLA 2007-05-24 11:07:23 EDT
Need to check for spaces everywhere with the spawner.
Comment 4 Doug Schaefer CLA 2007-06-06 11:58:41 EDT
I've applied the patch. Mind you I wasn't able to reproduce the problem. For some reason the starter started up with spaces correctly even without the quotes. Must be some Windows magic or something...