View previous topic :: View next topic |
Author |
Message |
DanRRight
Joined: 10 Mar 2008 Posts: 2923 Location: South Pole, Antarctica
|
Posted: Thu Jan 02, 2020 9:25 pm Post subject: Please use /check with /debug or /full_debug |
|
|
Folks, I encourage all of you to compile all your tasks with such combinations of compilation switches
/check /debug
/check /full_debug
/check /debug /undef
I still sometimes have crash either during compilation at run time or debugging with sdbg64 if I use /check.
If we all find small demo examples which crash then Silverfrost might faster find the reason.
Sending to Silverfrost my large code with instructions what's to do with it would be a PITA for me and Silverfrost. Also I'm still guessing if such crashes in my cases are due to very large requirements on memory 60GB or more or something because only ones somebody reported this (probably that was mecej4) |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Fri Jan 03, 2020 9:13 am Post subject: |
|
|
/check includes /debug.
/undef includes /check.
/checkmate includes /undef.
So most users can use /checkmate but only for development and testing. There are high overheads. |
|
Back to top |
|
 |
Kenneth_Smith
Joined: 18 May 2012 Posts: 814 Location: Hamilton, Lanarkshire, Scotland.
|
|
Back to top |
|
 |
DanRRight
Joined: 10 Mar 2008 Posts: 2923 Location: South Pole, Antarctica
|
Posted: Fri Jan 03, 2020 10:54 pm Post subject: |
|
|
Paul,
If /check includes /debug then is this an error when applying these two compilation switches
/check /debug
or it is just a redundant causing no harm?
John,
In this post we tried kind of "multiusers multitasking": the all users orchestrated massive bug hunt
One thing I found is that users tend not to report the bugs, they always get workarounds instead and wait others will report. So how we can make any software to be as clean as possible for as short time as possible ? Will see if activating all may help |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Sat Jan 04, 2020 10:36 am Post subject: |
|
|
Dan
It is redundant causing no harm. |
|
Back to top |
|
 |
|