Bug 3293 - Frysk GUI reports 'bash' for /bin/sh - as run by task terminating observer
Summary: Frysk GUI reports 'bash' for /bin/sh - as run by task terminating observer
Status: RESOLVED INVALID
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 3401
  Show dependency treegraph
 
Reported: 2006-10-02 15:18 UTC by Len DiMaggio
Modified: 2006-11-21 22:43 UTC (History)
0 users

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


Attachments
Screen shot 1 of 2 (172.73 KB, image/jpeg)
2006-10-02 15:19 UTC, Len DiMaggio
Details
Screen shot 2 of 2 (170.51 KB, image/jpeg)
2006-10-02 15:20 UTC, Len DiMaggio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Len DiMaggio 2006-10-02 15:18:09 UTC
This is with Frysk as built from CVS head - 20060929

Frysk GUI reports 'bash' for /bin/sh - as run by task terminating observer

I'm not sure if this is really a bug, but it confused the Frysk automated GUI
tests. When a task terminating observer is instantiated, a /bin/sh process is
kicked off. The confusion is that this process is reported as bash by some of
the Frysk GUIs. (On the test system in question bash is the shell used by
terminal sessions.)

Please see the attachments - if this is the expected behavior, feel free to
close the bugzilla. The /bin/sh processes persist only if Frysk is not exited
cleanly.
Comment 1 Len DiMaggio 2006-10-02 15:19:46 UTC
Created attachment 1343 [details]
Screen shot 1 of 2
Comment 2 Len DiMaggio 2006-10-02 15:20:12 UTC
Created attachment 1344 [details]
Screen shot 2 of 2
Comment 3 Andrew Cagney 2006-10-02 15:51:38 UTC
Len, your hunch was correct, "wierd linux"

cagney@nettle$ ls -l `which bash`
-rwxr-xr-x 1 root root 720888 Feb 11  2006 /bin/bash
cagney@nettle$ ls -l `which sh`
lrwxrwxrwx 1 root root 4 Mar 28  2006 /bin/sh -> bash