warvair / peerblock

Automatically exported from code.google.com/p/peerblock
Other
0 stars 1 forks source link

Improve exception handling code #380

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Do something with PeerBlock which causes it to throw an exception

What is the expected output? What do you see instead?
A message box pops up about the exception which is basically useless as it 
removes all the stacktrace.

We should either remove all the exception catching code so PeerBlock just dies 
and we get the peerblock.dmp or we should restrict our exception catching to a 
smaller scope.

Original issue reported on code.google.com by nightstalkerz on 9 Feb 2011 at 10:41

GoogleCodeExporter commented 8 years ago

Original comment by nightstalkerz on 30 May 2011 at 9:55