|
CRASH on sensor page (Close)
|
|
12-01-2011, 08:21 PM
Post: #1
|
|||
|
|||
|
CRASH on sensor page (Close)
I have reported this already before,
we get random crash when closing the sensor page with (CLOSE) button. we never have a crash when closing with windows close button. error message: Name der fehlerhaften Anwendung: HWiNFO64.EXE, Version: 3.9.0.0, Zeitstempel: 0x4ece0831 Name des fehlerhaften Moduls: HWiNFO64.EXE, Version: 3.9.0.0, Zeitstempel: 0x4ece0831 Ausnahmecode: 0xc0000005 Fehleroffset: 0x00000000000afad4 ID des fehlerhaften Prozesses: 0xe80 Startzeit der fehlerhaften Anwendung: 0x01ccb05d8b6810c9 Pfad der fehlerhaften Anwendung: C:\Program Files\HWiNFO64\HWiNFO64.EXE Pfad des fehlerhaften Moduls: C:\Program Files\HWiNFO64\HWiNFO64.EXE Berichtskennung: d19dcae4-1c50-11e1-85a9-7071bcd61c46 thanks for assistance attached hwinfo64.zip for ini file INTEL DX58SO2 / Intel Core i7-960 / Kingston HyperX 1600 24GB / NVIDIA GeForce GTS 450 / RME Fireface 800 / ESI M8UXL |
|||
|
12-03-2011, 09:09 PM
Post: #2
|
|||
|
|||
|
RE: CRASH on sensor page (Close)
I've entcountered a similar issue as well, but it's very rare and I'm not able to reporoduce it.
Will keep hunting... |
|||
|
12-03-2011, 11:18 PM
Post: #3
|
|||
|
|||
RE: CRASH on sensor page (Close)
(12-03-2011 09:09 PM)Martin Wrote: I've entcountered a similar issue as well, but it's very rare and I'm not able to reporoduce it. thanks for confirming. this is ONLY when closing the sensor page with (CLOSE) button. This is, when it saves the configure and window position. INTEL DX58SO2 / Intel Core i7-960 / Kingston HyperX 1600 24GB / NVIDIA GeForce GTS 450 / RME Fireface 800 / ESI M8UXL |
|||
|
12-05-2011, 03:46 PM
Post: #4
|
|||
|
|||
|
RE: CRASH on sensor page (Close)
I did some improvements to solve this issue, so stay tuned for the next build..
|
|||
|
12-05-2011, 11:06 PM
Post: #5
|
|||
|
|||
RE: CRASH on sensor page (Close)
(12-05-2011 03:46 PM)Martin Wrote: I did some improvements to solve this issue, so stay tuned for the next build.. tuned done.
INTEL DX58SO2 / Intel Core i7-960 / Kingston HyperX 1600 24GB / NVIDIA GeForce GTS 450 / RME Fireface 800 / ESI M8UXL |
|||
|
12-13-2011, 08:09 PM
(This post was last modified: 12-13-2011 08:13 PM by mididoc.)
Post: #6
|
|||
|
|||
|
RE: CRASH on sensor page (Close)
unfortunately this bug is not fixed yet.
got another windows crash on exit sensor page by "CLOSE" button. built hwinfo64 v3.90-1460 ![]() i have even the impression, that the bug is worse, happening more often than before. additional windows error log following: Name der fehlerhaften Anwendung: HWiNFO64.EXE, Version: 3.9.0.0, Zeitstempel: 0x4ee208d6 Name des fehlerhaften Moduls: HWiNFO64.EXE, Version: 3.9.0.0, Zeitstempel: 0x4ee208d6 Ausnahmecode: 0xc0000005 Fehleroffset: 0x00000000000b1c40 ID des fehlerhaften Prozesses: 0x6cc Startzeit der fehlerhaften Anwendung: 0x01ccb9ca4a7d0a94 Pfad der fehlerhaften Anwendung: C:\Program Files\HWiNFO64\HWiNFO64.EXE Pfad des fehlerhaften Moduls: C:\Program Files\HWiNFO64\HWiNFO64.EXE Berichtskennung: 4579eed1-25be-11e1-96b5-38607750e3e1 INTEL DX58SO2 / Intel Core i7-960 / Kingston HyperX 1600 24GB / NVIDIA GeForce GTS 450 / RME Fireface 800 / ESI M8UXL |
|||
|
12-13-2011, 08:57 PM
Post: #7
|
|||
|
|||
|
RE: CRASH on sensor page (Close)
Thanks for the report..
I'll perform further tests (although I cannot reproduce the problem anymore) and try to fix it. |
|||
|
12-13-2011, 09:41 PM
Post: #8
|
|||
|
|||
|
RE: CRASH on sensor page (Close)
it must be something about the saving of window positions, what you do, when using the CLOSE button of the sensor page. Why not save these positions in the normal way with saving preferences, when exiting the program. Nobody knows this special "save" when you close the sensor page with this button. Everybody thinks closing by the normal window close button would be s the same as closing with this "CLOSE" button. But it isn't indeed.
INTEL DX58SO2 / Intel Core i7-960 / Kingston HyperX 1600 24GB / NVIDIA GeForce GTS 450 / RME Fireface 800 / ESI M8UXL |
|||
|
12-13-2011, 09:45 PM
Post: #9
|
|||
|
|||
|
RE: CRASH on sensor page (Close)
I have just been able to reproduce it and I'm analysing it now.. It's only very little related to saving of data. More precisely it's related to certain internal mechanisms which when triggered at certain time (depending on update speed and time required to read/show sensor data + time required to process window close) cause a thread to deadlock inside the sensor update loop which then causes an application crash.
|
|||
|
12-13-2011, 10:22 PM
Post: #10
|
|||
|
|||
|
RE: CRASH on sensor page (Close)
but it comes only when using the CLOSE button, when you save.
INTEL DX58SO2 / Intel Core i7-960 / Kingston HyperX 1600 24GB / NVIDIA GeForce GTS 450 / RME Fireface 800 / ESI M8UXL |
|||
|
12-13-2011, 10:40 PM
Post: #11
|
|||
|
|||
|
RE: CRASH on sensor page (Close)
It's a timing coincidence and the reason why it's so hard to reproduce - you must press the Close button in the "right time" and the whole monitoring machine needs to be in a certain state + other internal conditions need to be met. Your machine seems to have the "right" configuration
|
|||
|
12-13-2011, 10:52 PM
Post: #12
|
|||
|
|||
|
RE: CRASH on sensor page (Close)
i understand.
but why use the close button? why not save these settings under better conditions, than if sonsor page is open? if you save a program exit, you can close the windows before and than save. btw it's a standard thing, saving by program exit. (in the beginning i always wondered why the sensorpage size was not saved on program exit, until you told me, that the settings are saved with the CLOSE button) INTEL DX58SO2 / Intel Core i7-960 / Kingston HyperX 1600 24GB / NVIDIA GeForce GTS 450 / RME Fireface 800 / ESI M8UXL |
|||
|
12-13-2011, 11:19 PM
Post: #13
|
|||
|
|||
|
RE: CRASH on sensor page (Close)
It's intentional in case the user makes some mistake, he has the chance not to save the current config.
Otherwise all configurations would also be saved. |
|||
|
12-14-2011, 03:19 PM
Post: #14
|
|||
|
|||
|
RE: CRASH on sensor page (Close)
Please try this build: http://www.hwinfo.com/beta/hw64_391_1471.zip and let me know how it works now.
Test it as much as you want, the more the better
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)






