sendEmail.pl causes perl core dump on Ubuntu Linux 8.04 with unresponsive SMTP

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

sendEmail.pl causes perl core dump on Ubuntu Linux 8.04 with unresponsive SMTP

Post by sander »

Hi,

sendEmail.pl causes a *perl* core dump on Ubuntu Linux 8.04 with a unresponsive SMTP server (my guess: if the SMTP does not answer the closing dot in the DATA part of the SMTP session).

Logging in SABnzbd:

Code: Select all

2008-04-01 22:37:16,415::INFO::[email] Starting email program ['/usr/bin/perl', '/home/sander/SABnzbd-0.3.3/sabnzbd/utils/sendEmail.pl', '-s', 'smtp.telfort.nl', '-f', '[email protected]', '-t', '[email protected]', '-o', 'tls=auto', '-u', 'SABnzbd has completed job X Minutes', '-o', 'message-file=/tmp/tmpy7c5N_']
2008-04-01 22:38:24,303::ERROR::[email]
I've reported this on https://bugs.launchpad.net/ubuntu/+sour ... bug/210469

I searched for sendEmail.pl, but the version on sourceforge seems *older* (1.52) than the version used by SABnzbd (1.55), so I couldn't a newer sendEmail.pl to test that.

No big issue for SABnzbd as it keeps running. Just a bit ugly.
Please don't send me unrequested PM's; the forum is the best way to communicate.
If someone helps you, please reply to that help.
f you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: sendEmail.pl causes perl core dump on Ubuntu Linux 8.04 with unresponsive SM

Post by sander »

PS:

- The same perl core dump happens on Ubuntu 7.10.
- I found sendEmail on http://freshmeat.net/projects/sendemail ... _id=188519 and it's 1.55, so I can't get anything newer.
Please don't send me unrequested PM's; the forum is the best way to communicate.
If someone helps you, please reply to that help.
f you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: sendEmail.pl causes perl core dump on Ubuntu Linux 8.04 with unresponsive SMTP

Post by switch »

Thanks for the report.

As of 0.4.0 we have decided to dump the extra perl requirement and go with a re-coded python email implementation. I'm guessing won't happen with the new implementation, but I haven't looked at the code in depth.
Post Reply