| Summary: | (my) Application doesn't trap signals if compiled in gcc with debugger symbols | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | icegood <icegood1980> |
| Component: | memcheck | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED WAITINGFORINFO | ||
| Severity: | normal | CC: | borntraeger, pjfloyd |
| Priority: | NOR | ||
| Version First Reported In: | 3.5.0 | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
icegood
2010-12-13 21:59:38 UTC
Sometimes it takes a while for valgrind to parse all debug data if the program is very big. Can you run with -d -v and check if the program is really started or if valgrind is still parsing the debug data. If that is not the problem, can you post - the test program - the full compile options for _both_ cases - the compiler versions? (In reply to comment #1) > If that is not the problem It's defenetly not problem because within initialization program writes to stdout/stderr init info and i see it > - the test program > - the full compile options for _both_ cases > - the compiler versions? OK, i will do that later Don't think we will ever get info to reproduce this. |