LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   sending mail using shell (https://www.linuxquestions.org/questions/linux-software-2/sending-mail-using-shell-138350/)

meshmesh 01-25-2004 02:35 AM

sending mail using shell
 
i tried to use the command mail to reply to a message in my inbox but i faced
the problem "Segmentation fault" after i pressed Ctrl+D to end the message
body.
i tried to do it locally between the administrator account and a user accountbut

the same problem happened at reply!
why????
thanks so much.

acid_kewpie 01-25-2004 07:25 AM

that's pretty nasty... the best (only...) way to try to get to the bottom of it would be to run it through the GNU Debugger

# gdb --args "the command you ran"

this will be able to catch the segfaults and once it's crashed, enter "bt" to print the backtrace stack, which should tell you what part actually did segfault.. frequently what you get is less than useless, but it's worth a try....

if all else fails, just upgrade anything you feel might be relevant.


All times are GMT -5. The time now is 11:17 AM.