Bug 380860

Summary: Too long call line makes Summary page of heaptrack_gui unreadable
Product: [Applications] Heaptrack Reporter: Roman Lebedev <lebedev.ri>
Component: generalAssignee: Milian Wolff <mail>
Status: CONFIRMED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: A screenshot of the Summary screen with the problem

Description Roman Lebedev 2017-06-05 12:59:17 UTC
Created attachment 105928 [details]
A screenshot of the Summary screen with the problem

I would guess that "debuggee:" field should either ellipsize, or be a scrollable text-field, or the bottom part (with 5 scrolls) should be resizable.

*if* a solution is obvious, i guess i could implement the patch, since the problem seems simple.
Comment 1 Milian Wolff 2017-06-07 08:24:41 UTC
woha :D now that's a long cmdline!

I guess eliding the cmdline when it's larger than a certain threshold is a good idea, but we need to ensure that we can see the full contents in a tooltip.
Comment 2 Roman Lebedev 2017-06-07 10:21:27 UTC
Yeah, i know, not ideal :D
This is how my integration test script for rawspeed library is being called..