Bug 5291 - paths in backtraces vis:
Summary: paths in backtraces vis:
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Sami Wagiaalla
URL:
Keywords:
Depends on:
Blocks: 5294
  Show dependency treegraph
 
Reported: 2007-11-07 21:01 UTC by Andrew Cagney
Modified: 2007-12-11 23:10 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-11-07 21:01:38 UTC
 
Comment 1 Andrew Cagney 2007-11-07 21:04:09 UTC
(fhpd) where
#0 0x0804840a in main(int argc = 1,char * * argv = 0xbfc9cd84)
/home/scratch/frysk/git/native/frysk-core/../../frysk/frysk-core/frysk/pkglibdir/funit-hello.c#53

should the file name be abreviated to:

  funit-hello.c

or made canonical vis:

  /home/scratch/frysk/git/frysk/frysk-core/frysk/pkglibdir/funit-hello.c

or both and truncated vis:

  .../pkglibdir/funit-hello.c

or

  ...


Comment 2 Sami Wagiaalla 2007-11-13 17:55:29 UTC
My vote goes for funit-hello.c
with an option to enable full paths.

The path makes the bt very noisy especially if it is too long and is wrapped

perhaps .../funit-hello.c to tell the user they need to turn on paths to get
more information 
Comment 3 Sami Wagiaalla 2007-11-26 19:27:46 UTC
fixed