Running Win7, 32 bit. Have tried installer, zip, prior versions, all have the same result.
Problem signature:
Problem Event Name: APPCRASH
Application Name: WebChangeMonitor.exe
Application Version: 2.3.0.9
Application Timestamp: 650fc962
Fault Module Name: WebChangeMonitor.exe
Fault Module Version: 2.3.0.9
Fault Module Timestamp: 650fc962
Exception Code: c000001d
Exception Offset: 00212e8a
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2023-10-23
This is not enough information, unfortunately. Can you please use the debug version and attach the .log file that is created after the crash? Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
...btw: The crash still points to sqlite.
The only thing I could imagine is that the internal pointer to the database is invalid for some reason. I will enable the so-called "API-armor" for sqlite in the next release. I I am right, this should not crash. Still, the reason why the pointer is invalid (only on some OSses and in a very, very few cases) is not clear to me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, so still: The compiler does something crazy when optimising (optimising to a very normal standard-level, btw...!).
Please see my other comment above: Maybe the "API-armor" will help although it will only be a work-around. Then, upgrading the compiler (which will happen sooner or alter) may fix it properly in the future.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Running Win7, 32 bit. Have tried installer, zip, prior versions, all have the same result.
Problem signature:
Problem Event Name: APPCRASH
Application Name: WebChangeMonitor.exe
Application Version: 2.3.0.9
Application Timestamp: 650fc962
Fault Module Name: WebChangeMonitor.exe
Fault Module Version: 2.3.0.9
Fault Module Timestamp: 650fc962
Exception Code: c000001d
Exception Offset: 00212e8a
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
This is not enough information, unfortunately. Can you please use the debug version and attach the .log file that is created after the crash? Thank you!
Please also see:
https://sourceforge.net/p/webchangemon/forum/general_help/thread/671bfb4b23/
Win7, x64, WebChangeMonitor_23_11-64bit-Win7.zip report in attach
WebChangeMonitor.exe from WebChangeMonitor_23_11-64bit-Win7-Dbg.zip starting without crash.
...btw: The crash still points to sqlite.
The only thing I could imagine is that the internal pointer to the database is invalid for some reason. I will enable the so-called "API-armor" for sqlite in the next release. I I am right, this should not crash. Still, the reason why the pointer is invalid (only on some OSses and in a very, very few cases) is not clear to me.
OK,thanks for the report - but what about this one:
WebChangeMonitor_23_11-64bit-Win7-NoOpt.zip
...created in particular for cases like you?
https://sourceforge.net/projects/webchangemon/files/Windows/WebChangeMonitor_23_11-64bit-Win7-NoOpt.zip/download
All ok - without crash.
Thanks for reporting!
OK, so still: The compiler does something crazy when optimising (optimising to a very normal standard-level, btw...!).
Please see my other comment above: Maybe the "API-armor" will help although it will only be a work-around. Then, upgrading the compiler (which will happen sooner or alter) may fix it properly in the future.
WebChangeMonitor_23_12-32bit-Win7 still crashes.. WebChangeMonitor_23_12-32bit-Win7-NoOpt work.