Opened 19 months ago

#18003 new enhancement

[debug_server] Add team_info's arguments on the crash reports files

Reported by: bipolar Owned by: anevilyak
Priority: normal Milestone: Unscheduled
Component: Servers/debug_server Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Currently, you can only identify the process that crashed by means of the report filename, and the first line of the crash report files, that contain the team name and pid.

Including the full command line would be of much help, specially when dealing with, for example, scripts ran by an interpreter.

The motivation for this enhancement/feature request is that, while running the Python 3.10.8 tests, it is really hard to determine which test is the one failing (several tests are run in parallel, and the reason for the crash are not specific enough to identify them).

While adding the crashing team_info's args to the .report file would be an improvement... It might not be enough, considering that team_info's args has a max length of 64, and many times even the paths alone take much of that limited space.

I assume fixing the latter isn't possible right now, for compatibility reasons, but it might be something to consider in the future, I guess.

Change History (0)

Note: See TracTickets for help on using tickets.