stephenseo
  • Joined on 2021-04-30
stephenseo closed issue stephenseo/AnotherMemCheck#1 2024-11-12 07:36:24 +00:00
Segfault if program ends with exit(...); instead of returning from main
stephenseo commented on issue stephenseo/AnotherMemCheck#1 2024-11-12 07:36:24 +00:00
Segfault if program ends with exit(...); instead of returning from main

Resolved by latest commit ( 14301c372d )

stephenseo pushed tag 2.8 to stephenseo/AnotherMemCheck 2024-11-12 07:35:51 +00:00
stephenseo pushed to main at stephenseo/AnotherMemCheck 2024-11-12 07:35:51 +00:00
14301c372d Update Changelog.md, version 2.8
293b18e4bf Avoid segfault on exit(...)
33d3adba3f Cleanup of Stats struct
4d3d6c9168 Use atexit() instead of onexit()
Compare 4 commits »
stephenseo pushed to dev at stephenseo/AnotherMemCheck 2024-11-12 07:35:51 +00:00
14301c372d Update Changelog.md, version 2.8
293b18e4bf Avoid segfault on exit(...)
Compare 2 commits »
stephenseo pushed to dev at stephenseo/AnotherMemCheck 2024-11-12 07:11:23 +00:00
33d3adba3f Cleanup of Stats struct
stephenseo commented on issue stephenseo/AnotherMemCheck#1 2024-11-12 06:48:16 +00:00
Segfault if program ends with exit(...); instead of returning from main

It seems omitting the cleanup function for AnotherMemCheck avoids the segfault (omitting these lines: https://git.seodisparate.com/stephenseo/AnotherMemCheck/src/commit/4d3d6c916888244f7556cfd61508

stephenseo pushed to dev at stephenseo/AnotherMemCheck 2024-11-12 06:31:01 +00:00
4d3d6c9168 Use atexit() instead of onexit()
stephenseo created branch dev in stephenseo/AnotherMemCheck 2024-11-12 06:31:01 +00:00
stephenseo opened issue stephenseo/AnotherMemCheck#1 2024-11-12 06:12:49 +00:00
Segfault if program ends with exit(...); instead of returning from main
stephenseo pushed to main at stephenseo/AnotherMemCheck 2024-11-12 06:03:59 +00:00
c1021b9943 Set version to 2.7 in CMakeLists.txt
stephenseo pushed tag 2.7 to stephenseo/AnotherMemCheck 2024-11-12 05:59:36 +00:00
stephenseo pushed to main at stephenseo/AnotherMemCheck 2024-11-12 05:59:36 +00:00
8c6561cbef Update Changelog.md
c4f06b799e Add back setting of member variable in init fn
Compare 2 commits »
stephenseo pushed tag 2.6 to stephenseo/AnotherMemCheck 2024-11-12 05:49:21 +00:00
stephenseo pushed to main at stephenseo/AnotherMemCheck 2024-11-12 05:49:21 +00:00
f8540d8cde Update Changelog.md
e063957eb6 Initialize ptr in constructor of handler
5a7db8fd09 Update Changelog.md, version 2.6
394bfc8963 Use std::recursive_mutex instead of pthread_mutex
Compare 4 commits »
stephenseo pushed to main at stephenseo/c_simple_http 2024-11-12 04:59:06 +00:00
cdacfc106d Add strip --strip-unneeded to debian builds (ci)
stephenseo deleted tag test_tag_0 from stephenseo/c_simple_http 2024-11-12 04:58:24 +00:00
stephenseo pushed tag test_tag_0 to stephenseo/c_simple_http 2024-11-12 04:50:45 +00:00
stephenseo pushed to dev at stephenseo/c_simple_http 2024-11-12 04:50:45 +00:00
cdacfc106d Add strip --strip-unneeded to debian builds (ci)