Page 1 of 1

librarymaps.cpp line 431+3 Shareaza 2.5.0.1 crushes on exit

PostPosted: 14 Nov 2009 13:01
by ocexyz
Everytime on exit appears crashes after "finalising..." appears. Assert says: "Shareaza.exe caused BREAKPOINT in module "F:\Program Files\Shareaza\Shareaza.exe" at 001B:00A942E9, CLibraryMaps::Clear()+249 byte(s) in "c:\documents and settings\administrator\my documents\visual studio 2008\projects\shareaza\trunk\shareaza\librarymaps.cpp", line 431+38 byte(s)".
Unsolved since around 8301. To reproduce enough is to try to close Shareaza.
BugTrack still do not accept reports above 256Kb, so I enclose this here.

Re: librarymaps.cpp line 431+3 Shareaza 2.5.0.1 crushes on exit

PostPosted: 15 Nov 2009 14:03
by raspopov
It was debug assert triggered on files with exactly same filenames in your library. I just removed assert. Close ticket.

Re: librarymaps.cpp line 431+3 Shareaza 2.5.0.1 crushes on exit

PostPosted: 17 Nov 2009 00:06
by ocexyz
Thx, works OK for now. Tckets closed.
btw
please pay attention Shareaza also debug to get paths from system, how they are set in system, during installation as paths can be entirely different then normally. I think Shareaza asserted as was unable to find path and directory fixed permanently as constant or default in code. Thanks in advance.