View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000698aMuleUtilitiespublic2005-12-07 23:112005-12-11 22:30
Reportervamp1r 
Assigned Tofulgas 
PrioritynormalSeveritytrivialReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version2.0.3 
Target VersionFixed in Version 
Summary0000698: wxCas does not allow aMule to update signature file
Descriptionwhile running wxCas and aMule, after reading successfully all signature file info, aMule refuses to update the signature file with the new values.

the problem is in file "src\utils\wxCas\src\onlinesig.cpp", at line 86 (void OnLineSig::Refresh ()) the function opens
the signature file but never closes it.

suggest opening the file through a wxFile instance, use that instance further on for the input stream and also call the destructor of wxFile at the end of the function, as by contract the destructor closes the file.
this should prevent access problems.
TagsNo tags attached.
Fixed in Revision
Operating System
Attached Files

- Relationships

-  Notes
(0001640)
fulgas (developer)
2005-12-11 22:30

This as been solved.
For more info read

http://forum.amule.org/thread.php?sid=&postid=45950 [^]

- Issue History
Date Modified Username Field Change
2005-12-07 23:11 vamp1r New Issue
2005-12-11 15:37 Kry Status new => assigned
2005-12-11 15:37 Kry Assigned To => Kry
2005-12-11 15:37 Kry Assigned To Kry => fulgas
2005-12-11 22:30 fulgas Status assigned => resolved
2005-12-11 22:30 fulgas Resolution open => fixed
2005-12-11 22:30 fulgas Note Added: 0001640


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker