From: Dave F. <dav...@co...> - 2004-03-31 00:56:03
|
On Tuesday 30 March 2004 08:49 pm, Matt Kelly wrote: > Dave -- if you wouldn't mind, could you post this to Audacity-devel? I'm > not a member of that group. The responder on the wxWidget team didn't > seem too thrilled about making this fix -- he said to change compilers. > Maybe having more "pressure" to apply this "fix" will change their minds. Done. :) Odd that they'd go to all this effort to support so many compilers and then tell you to switch compilers... Just out of curiosity, Matt, what distribution are you using? I noticed sometime ago that I wasn't the only Mandrake drone around here, and previously I had attributed this bug in Audacity to be more or less caused by something Mandrake did, and figured it would go away if I ignored it. (And since it didn't result in the loss of any data, it was only a minor inconvenience) Dave > Matt > > > Matt, > > > > I forwarded this email to Audacity-devel because it's affecting them, > > too. Would you be able to point to a file, line, or possible a viewcvs > > link to the broken code? Or just tell me where to look and I'll dig it > > up. :) > > > > I don't think cross-posting will work here, unless you guys are all > > members of the audacity-devel list (which would make cross-pointing > > almost pointless anyway), because I think it's a subscriber-only list > > now. > > > > Thanks, > > > > Dave > > > > On Monday 29 March 2004 07:47 pm, Matt Kelly wrote: > > > OK, I've found the problem. It's a wxGTK bug, in the wxString > > > class. > > > > > > The default constructor initializes a pointer data member (the member > > > that holds the actual storage) to NULL. The destructor blindly > > > dereferences this pointer. If the string never gets set to anything, > > > it dereferences a NULL pointer minus an index, making for a truly > > > horrible pointer value. > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > jazzplusplus-devel mailing list > jaz...@li... > https://lists.sourceforge.net/lists/listinfo/jazzplusplus-devel -- Visit my website! http://www.davefancella.com/?event=em The Czechs announced after Sputnik that they, too, would launch a satellite. Of course, it would orbit Sputnik, not Earth! |