Bug fixed in 8.0.4 for Chinese edition only, generally fixed in or before 11.3.
I'm using version 7 on Windows.
After I running one .nb file and just want to close or save the .nb file, Mathematica stop working and the hints are as follows
Question signature:
Problem event name: BEX64.
Application name: Mathematica.exe.
Application version: 7.0.18.33988.
Application timestamp: 499cb2e1.
Fault module name: Mathematica.exe.
Fault module version: 7.0.18.33988.
Fault module timestamp: 499cb2e1.
Abnormal offset: 000000000042ec1e.
Exception code: c0000409.
Exception data: 0000000000000000
but in some other .nb files, after I run and close or save the file, there is no problem, maybe because this .nb file has some special codes?
but there are only the following codes that I think is special
approx = With[{k = 1000}, 1/Pi ArcTan[k #] + 1/2 &];
s1 = NDSolve[{Simplify`PWToUnitStep[equa00] /. UnitStep -> approx,
x[0] == 0, x'[0] == 0} // SetPrecision[#, Infinity] &,
x, {t, 0, ts}, SolveDelayed -> True, MaxSteps -> Infinity]
and
paverage =
NIntegrate[p1, {t, 10, 10 + n*period},
MaxRecursion -> 100]/(n*period)
but what is the reason that it stop working?
and I have found that when I copy some .nb file to other file folder, when I paste it will appera 2 files, one is the same size with the origin file (I didn't verify whether the content is the same with the origin file), and another is one empty .nb file with the size of 0 kb.
I have just found that in version 7 it is because of your file naming, when your file name is too long and it can be named in windows file but can't be showed completed in mma, then if you just want to close or save the file, then it shows stop working.
For example, when the name is so long 试验台建模,自定义摩擦力,自定义摩擦力,自定义摩擦力,自定义摩擦力,2019.12.7,副本, it can't be shown completed in mma, when you want to close or save the file, it appears stop working.



.nbfile it appears,Mathematica was unable to open the file,If you are trying to open this file from a web browser, try clearing your browser's cache before opening the file again or make a local copy of the file and try opening it from there. Error code = -43.– dcydhb Dec 07 '19 at 06:44File naming. – dcydhb Dec 07 '19 at 07:16