On Tue, Sep 11, 2007 at 02:31:01PM +0200, Stefan Völkel wrote:
> Gonéri Le Bouder wrote:
> > reopen 360149
> > forcemerge 360149 441823
> > tag 360149 -unreproducible
> > thanks
> >
> > Houston, we have a problem! It's #360149 :(.
>
> may not be a scorched problem at all, this fixes the segfault:
>
> --- src/scorched/main.cpp.orig 2007-09-11 14:29:08.155947500 +0200
> +++ src/scorched/main.cpp 2007-09-11 14:29:23.400900250 +0200
> @@ -73,7 +73,7 @@
> osDesc.Remove(osDesc.Find(wxT(" ")));
>
> OptionsDisplay::instance()->getHostDescriptionEntry().setValue(osDesc.mb_str(wxConvUTF8));
>
> - wxString userName = ::wxGetUserName();
> + wxString userName("nobody", wxConvUTF8);
I understand now why I wasn't able do reproduct it.
Thank you!
Gonéri
signature.asc
Description: Digital signature

