Bonjour,
Alors en fait, il m'est arriv� un truc super bizarre la semaine derniere:
Mon programme d�velopp� sous VC++ 6 m'a recemment lach� sans explication aucune... C'est une apli 3D sous openGL+glut... A l'ouverture de la console, le programme crachait et me disait le bon vieux "press any key to continue"...Pourtant j'avais rien modif de bien gros...et mes versions ant�rieures me faisait le meme crach !
En lan�ant un ptit debug, le probl�me est vite identifi� mais me fait un peu peur... En fait, ce bug fait suite � l'installation de ma nouvelle souris tellement qu'elle est belle, tellement qu'elle marche bien. Il s'agit d'une logitech.
Et voila le r�sultat de mon debug :
....
Loaded 'C:\WINDOWS\system32\imm32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\avgrsstx.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_...\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\DrvTrNTm.dll', no matching symbolic information found.
...
Loaded 'C:\WINDOWS\system32\MSCTF.dll', no matching symbolic information found.
Loaded 'C:\Program Files\Logitech\SetPoint\lgscroll.dll', no matching symbolic information found.
First-chance exception in myprog.exe (NTDLL.DLL): 0xC00000FD: Stack Overflow.
Loaded 'C:\Program Files\Logitech\SetPoint\lgscroll.dll', no matching symbolic information found.
First-chance exception in Gestion_MNT.exe (NTDLL.DLL): 0xC0000005: Access Violation.
The program 'D:\CVS\Developpement\VERSIONS\myprog.exe' has exited with code 0 (0x0).
Hallucinant !
Il s'agit d'une appli de configuration de la souris ...
Un petit kill du process et hop, mon programme remarche nickel...
Mes questions sont les suivantes :
D'ou peut provenir un tel plantage? (Stack Overflow)Est ce mon prog ou cette sale..t� d'utilitaire de conf logitech?
Y a t il moyen de supprimer ou limiter ces "loads" ind�pendants de ma volont� pour �viter ce genre de m�saventures?
Merci d'avance pour vs r�ponses
Partager