Asked by:
Assertion at debugger-agent.c:1648, condition `*endbuf <= limit' not met

Question
-
User1829701920 posted
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
Monday, August 5, 2019 12:37 PM
All replies
-
User-1174608757 posted
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.
Best Regards
Wei
Tuesday, August 6, 2019 2:09 AM -
User1829701920 posted
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
Tuesday, August 6, 2019 3:47 AM -
User-1174608757 posted
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
Wednesday, August 7, 2019 8:26 AM -
User1829701920 posted
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 logWednesday, August 7, 2019 8:40 AM -
User-1174608757 posted
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
Thursday, August 8, 2019 3:24 AM