I have a project on ASP.NET Web API 2, and working on it with Rider (2018.3.4). I tried to debug it, but the mono xsp4(which is the server used to host the API locally) server is crashing ... Here is the log link
According to your description, I suggest that you could catch crash dump and make an analysis on dump file by using Debug Diagnostics tool.This tool could catch dump files for different situation, like performance issue or crash issue.Then you could also
analyze dump file to catch the root by using this tool
yes, I m using mono and Rider IDE for development in Linux OS. the thing is I m able to dump all the log by using rider, and not able to figure it out the problem, complete log
None
0 Points
3 Posts
Assertion at debugger-agent.c:1648, condition `*endbuf <= limit' not met
Aug 05, 2019 12:37 PM|yehualashet|LINK
I have a project on ASP.NET Web API 2, and working on it with Rider (2018.3.4). I tried to debug it, but the mono xsp4(which is the server used to host the API locally) server is crashing ... Here is the log link
https://pastebin.com/b8rerDL8
Participant
1300 Points
522 Posts
Re: Assertion at debugger-agent.c:1648, condition `*endbuf <= limit' not met
Aug 06, 2019 02:09 AM|Wei Zhang|LINK
Hi yehualashet,
According to your description, I suggest that you could catch crash dump and make an analysis on dump file by using Debug Diagnostics tool.This tool could catch dump files for different situation, like performance issue or crash issue.Then you could also analyze dump file to catch the root by using this tool
Here is the link ,I hope it could help you.
https://blogs.msdn.microsoft.com/chaun/2013/11/12/steps-to-catch-a-simple-crash-dump-of-a-crashing-process/
Best Regards
Wei
None
0 Points
3 Posts
Re: Assertion at debugger-agent.c:1648, condition `*endbuf <= limit' not met
Aug 06, 2019 03:47 AM|yehualashet|LINK
okay thanks, but I m working on Linux, is there a way to catch the crash, and also to get another debugger for rider
thanks
Participant
1300 Points
522 Posts
Re: Assertion at debugger-agent.c:1648, condition `*endbuf <= limit' not met
Aug 07, 2019 08:26 AM|Wei Zhang|LINK
Hi yehualashet,
Are you using mono?If so ,I suggest that you could use dbg tool to capture dump.Here is the link,I hope it could help you.
https://serverfault.com/questions/173999/dump-a-linux-processs-memory-to-file
Best Regards
Wei
None
0 Points
3 Posts
Re: Assertion at debugger-agent.c:1648, condition `*endbuf <= limit' not met
Aug 07, 2019 08:40 AM|yehualashet|LINK
yes, I m using mono and Rider IDE for development in Linux OS. the thing is I m able to dump all the log by using rider, and not able to figure it out the problem,
complete log
Participant
1300 Points
522 Posts
Re: Assertion at debugger-agent.c:1648, condition `*endbuf <= limit' not met
Aug 08, 2019 03:24 AM|Wei Zhang|LINK
Hi yehualashet
According to your description, I suggest that you could post this thread to rider or mono forums for help.Here is link, I hope it could help you.
rider:https://www.jetbrains.com/rider/
mono:https://github.com/mono/mono/issues
Best Regards
Wei