[rescue] Broken Pipe: executing a binary application

Stéphane Tsacas stephane.tsacas at gmail.com
Sun May 18 06:05:20 CDT 2014


Hi,

I have no solaris nor sparc machine handy, but I suggest you try the
following :
Run the command with truss as in :
http://www.idevelopment.info/data/Unix/Solaris/SOLARIS_UsingthetrussCommandin
Solaris.shtmlso
you can see where it crashes.
run adb .executabe core ("adb mcp core" ?) and type $c to get a backtrace.

I guess that one process (mcp ?) is forking another one and tries to pipe
data to/from it and the other processes dies, hence the Broken pipe error.

Good luck
StC)phane
ps; iirc there is a truss argument to allow it to trace child processes too.




On 18 May 2014 12:06, Simon Lewis <simon at mplayer.biz> wrote:

> Am trying to execute a server file called MCP by the following
>
> ./mcp - but every time i try to do this I get following message
>
> Segmentation Fault b  core dumped
>
> and the core file says
>
> /opt/mpath/builds/four/core/      ELF 32-bit MSB core file SPARC Version 1
>
> Broken Pipe
>
> Has anyone got any ideas this is the only binary file doing this all the
> others are fine.
>
> Thanks _______________________________________________
> rescue list - http://www.sunhelp.org/mailman/listinfo/rescue
>



--
Stephane
FreeDonne <http://www.freedonne.org> Join FreeDonne - Rejoignez FreeDonne.


More information about the rescue mailing list