Tools to help with diagnostics crashes

4 Posts
3 Users
0 Likes
44 Views
LM
 LM
(@l-micaudarcinfo-com)
Posts: 383
Member Admin
Topic starter
 

Hello,

I would like to do a list of tools that can help us to diagnose crash of applications.

1. The Log Files analyzer developped by Raphael
Current version is SvAppScan.exe 1.3.1
Supposed to work with PcVue traces from version 7 to 11.
If you meet some problem or bug, please send him the details.

2. WhoCrashed from resplendence
WhoCrashed reveals the drivers responsible for crashing your computer

If you are using some other tools please post here and I will maintain the list.

 
Posted : 24/10/2014 1:43 pm
(@admin_doc72)
Posts: 493
Member Admin
 

I Can't use it. I always get the same error (280000 lines in varexp). Any Idea ?

Consultez la fin de ce message pour plus de détails sur l'appel du débogage
juste-à-temps (JIT) à la place de cette boîte de dialogue.

*********** Texte de l'exception ********
System.IndexOutOfRangeException: L'index se trouve en dehors des limites du tableau.
à SvAppScan.ConfigFiles.getGenericFileConf(String inputfile)
à SvAppScan.ConfigFiles.getStat(String outputfolder)
à SvAppScan.Form1.btnApply_Click(Object sender, EventArgs e)
à System.Windows.Forms.Control.OnClick(EventArgs e)
à System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
à System.Windows.Forms.Control.WndProc(Message& m)
à System.Windows.Forms.ButtonBase.WndProc(Message& m)
à System.Windows.Forms.Button.WndProc(Message& m)
à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

******** Assemblys chargés ********
mscorlib
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.5485 (Win7SP1GDR.050727-5400)
CodeBase : file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
SvAppScan
Version de l'assembly : 1.3.1.0
Version Win32 : 1.3.1.0
CodeBase : file:///E:/SvAppScan.exe
----------------------------------------
System.Windows.Forms
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.5483 (Win7SP1GDR.050727-5400)
CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.5485 (Win7SP1GDR.050727-5400)
CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.5483 (Win7SP1GDR.050727-5400)
CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Core
Version de l'assembly : 3.5.0.0
Version Win32 : 3.5.30729.5420 built by: Win7SP1
CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
ZedGraph
Version de l'assembly : 5.1.5.28844
Version Win32 : 1.3.1.0
CodeBase : file:///E:/SvAppScan.exe
----------------------------------------
System.Windows.Forms.resources
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_fr_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
Version de l'assembly : 2.0.0.0
Version Win32 : 2.0.50727.5485 (Win7SP1GDR.050727-5400)
CodeBase : file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------

******** Débogage JIT ***********
Pour activer le débogage juste-à-temps (JIT), le fichier de configuration pour cette
application ou cet ordinateur (machine.config) doit avoir la valeur
jitDebugging définie dans la section system.windows.forms.
L'application doit également être compilée avec le débogage
activé.

Par exemple :

Lorsque le débogage juste-à-temps est activé, les exceptions non gérées
seront envoyées au débogueur JIT inscrit sur l'ordinateur
plutôt que d'être gérées par cette boîte de dialogue.

 
Posted : 19/11/2014 8:40 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

You mean you can't use SvAppScan.exe 1.3.1?

 
Posted : 20/11/2014 8:49 am
(@admin_doc72)
Posts: 493
Member Admin
 

Yes because of some bad configuration in my application not taken in account with SvAppScan 1.3.1. I sent my application to Raphael who has corrected it and it is ok with the new 1.4.1

 
Posted : 20/11/2014 3:31 pm