aMule Bug Tracker - aMule
View Issue Details
0000196aMuleFeature Requestpublic2004-11-12 13:232005-03-09 16:58
Jacobo221 
Xaignar 
normalmajoralways
resolvedfixed 
 
 
0000196: aMule not closing cleanly with SIGINT
When a SIGINT signal is sent to aMule, it doesn't handle it correctly. it just closes, no matter what it's doing. Due to that fact, neither preferences are saved, nor session statistics and quite some other data.
Handling correctly SIGINT, SIGHUP, etc is very important to be able to create a shedule script so that aMule can have a scheduler just like eMule has.
Anyway, signal handil is essential for any script using aMule. So id' consider this bug as a high priority one.
No tags attached.
Issue History
2004-11-12 13:23Jacobo221New Issue
2004-11-12 23:19GonoszTopiNote Added: 0000352
2004-11-13 13:46KryNote Added: 0000360
2004-11-13 13:46KrySeverityminor => major
2004-11-13 13:46KryStatusnew => assigned
2004-11-13 13:46KryAssigned To => Kry
2005-01-15 02:38XaignarAssigned ToKry => Xaignar
2005-03-09 16:58XaignarStatusassigned => resolved
2005-03-09 16:58XaignarResolutionopen => fixed

Notes
(0000352)
GonoszTopi   
2004-11-12 23:19   
You can just use amulecmd -f -c shutdown :)
But still I agree that signat handling is a must.
(0000360)
Kry   
2004-11-13 13:46   
Make is just high priorite. Any idea on the matter? capturin signals is evil when you have to be multiplatform, you know.