I need to enable basic dumps in cygwin. I used ulimit -c unlimited , but when the program I want to debug is disconnected, there is still no coredump in the directory. This is really the right way to enable core dumps, and where can I find the dump then?
ulimit -c unlimited
That should work. Which shell are you using?
Do not forget that the dump is not called the "core" ... rather, on a Windows machine with Cygwin, something like "mybadprog.exe.stackdump" will most likely be called
Source: https://habr.com/ru/post/916600/More articles:AngularJS - delete column after destroyed object - jqueryjQuery - updating attr on a checkbox does not raise a change event - jqueryUnexpected results with paging after application deployment in IIS (MVC3, EF 4.3) - c #task background worker C # - multithreadingAre there standalone libraries for Firefox Sync? - firefoxHow to get row index in dropdownlist selectedIndexChanged? - c #using `else` in macros - c ++configuration layout in Grails tests - unit-testingReconstruction of a three-dimensional point from two 2D points? - opencvMarker display in geo: -url on Android maps - androidAll Articles