Bug 65 - Stripping mktemp during install causes crash on execution
Stripping mktemp during install causes crash on execution
Status: RESOLVED INVALID
Product: Mktemp
Classification: Unclassified
Component: Build
1.0
PC All
: normal high
Assigned To: Todd C. Miller
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2002-01-17 07:38 MST by Peter Bray
Modified: 2003-03-19 22:51 MST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Bray 2002-01-17 07:38:27 MST
Platform : Solaris 8 INTEL / gcc-3.0.3 with gnu as/ld

Stripping the binary will cause in to crash on running and gdb/truss/apptrace
give no useful information when tracking down the problem.

Suggest that binary stripping be drop :-)

Peter
Comment 1 Todd C. Miller 2003-03-19 18:51:47 MST
The problem is that GNU strip is busted.  You should remove it (or just move it out of the way) and then /usr/ccs/bin/strip will be used (which should work fine).