Question: reproducible server crash (Kernel connection has been lost)

This is not new in Maple 2024, and also happens in Maple 2023. But it causes the famous "kernel connection has been lost" each time. 

I think many of the kernel connection has been lost problems I see might be related. It could be memory problem in this case. I wonder if someone will be able to track what causes it. Is it expected that server.exe crash on such input?

ps. Reported to Maplesoft support.

 


 

36292

interface(version);

`Standard Worksheet Interface, Maple 2024.0, Windows 10, March 01 2024 Build ID 1794891`

Physics:-Version();

`The "Physics Updates" version in the MapleCloud is 1708 and is the same as the version installed in this computer, created 2024, March 27, 16:20 hours Pacific Time.`

restart;

238376

integrand:=(2*x^2022+1)/(x^2023+x);

(2*x^2022+1)/(x^2023+x)

int(integrand,x);


 

Download reproducible_server_crash_test.mw

 

For reference, another software give this result instantly and with no crash:

My PC is windows 10, with 128 GB RAM.

 

Please Wait...