Author Topic: core dump trying to debug a project in beta2  (Read 1594 times)

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
core dump trying to debug a project in beta2
« on: August 26, 2018, 07:02:36 PM »
Look for clangstdstring_core.tar.gz on support.

I got a core when I tried to debug (F5) this project. core file is in the uploaded tarball.

I think I had a breakpoint on line 6 of clangstdstring.cpp. core dump did not reproduce when I tried it a 2nd time.

You can try to build it first, then do a debug.

It is a clang++ compiled project, but debugged with gdb. Using gdb to debug clang++ compiled projects seems to work with other programs, and also using eclipse debugger.
« Last Edit: August 26, 2018, 07:04:30 PM by rowbearto »

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: core dump trying to debug a project in beta2
« Reply #1 on: August 27, 2018, 03:57:35 PM »
Thanks for the report, I'll take a look at the core.