Bug 150029

Summary: Spawner does not work on some configurations (Windows)
Product: [Tools] CDT Reporter: Alex Chapiro <achapiro>
Component: cdt-coreAssignee: Doug Schaefer <cdtdoug>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: contributed
Version: 3.1   
Target Milestone: 4.0   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Patch which fixes the problem bjorn.freeman-benson: iplog+

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...