[SSL] malloc failure (_ssl.c:2214)

Get help with all aspects of 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
FrozenBuffalo
Newbie
Newbie
Posts: 5
Joined: November 26th, 2018, 12:44 pm

[SSL] malloc failure (_ssl.c:2214)

Post by FrozenBuffalo »

Hi all,

I hope someone could help me.

I run sabnzbd 2.3.5 on an Arch linux machine. With the latest arch patches, sabnzd does not connect to the usenet server anymore. The error message says:

[SSL] malloc failure (_ssl.c:2214)

I suspect that something with openssl on the arch machine is wrong, but I'm unable to find the error. Any ideas, thoughts or directions ? Many thanks !

cheers,
FB
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: [SSL] malloc failure (_ssl.c:2214)

Post by sander »

There must be more lines of info in sabnzbd.log and/or console, certainly before this message. Can you post that?
User avatar
safihre
Administrator
Administrator
Posts: 5362
Joined: April 30th, 2015, 7:35 am
Contact:

Re: [SSL] malloc failure (_ssl.c:2214)

Post by safihre »

This is inside the C-part of Python/OpenSSL though.
Is it possible for you to re-install whole Python?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
FrozenBuffalo
Newbie
Newbie
Posts: 5
Joined: November 26th, 2018, 12:44 pm

Re: [SSL] malloc failure (_ssl.c:2214)

Post by FrozenBuffalo »

there's not much in sabnzbd.log:

Code: Select all

2018-11-27 18:15:08,293::INFO::[downloader:781] Thread 6@reader usenetbucket com: failed to initialize
2018-11-27 18:15:08,293::INFO::[downloader:490] 7@reader usenetbucket com: Initiating connection
2018-11-27 18:15:08,294::ERROR::[downloader:493] Fehler 7@reader usenetbucket com zu initialisieren, aus folgendem Grund: 
[SSL] malloc failure (_ssl.c:2214)
2018-11-27 18:15:08,294::INFO::[downloader:781] Thread 7@reader usenetbucket com: failed to initialize
2018-11-27 18:15:08,294::INFO::[downloader:490] 8@reader usenetbucket com: Initiating connection
2018-11-27 18:15:08,294::ERROR::[downloader:493] Fehler 8@reader usenetbucket com zu initialisieren, aus folgendem Grund: 
[SSL] malloc failure (_ssl.c:2214)
2018-11-27 18:15:08,294::INFO::[downloader:781] Thread 8@reader usenetbucket com: failed to initialize
2018-11-27 18:15:08,294::INFO::[downloader:490] 9@reader usenetbucket com: Initiating connection
2018-11-27 18:15:08,294::ERROR::[downloader:493] Fehler 9@reader usenetbucket com zu initialisieren, aus folgendem Grund: 
[SSL] malloc failure (_ssl.c:2214)
FrozenBuffalo
Newbie
Newbie
Posts: 5
Joined: November 26th, 2018, 12:44 pm

Re: [SSL] malloc failure (_ssl.c:2214)

Post by FrozenBuffalo »

safihre wrote: November 27th, 2018, 3:03 am This is inside the C-part of Python/OpenSSL though.
Is it possible for you to re-install whole Python?
I will try that and report back, thanks !
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: [SSL] malloc failure (_ssl.c:2214)

Post by sander »

In the meantime: does it also happen with another newsserver, for example news.eweka.nl or news.vipernews.com ?
FrozenBuffalo
Newbie
Newbie
Posts: 5
Joined: November 26th, 2018, 12:44 pm

Re: [SSL] malloc failure (_ssl.c:2214)

Post by FrozenBuffalo »

Thanks safihre ! re-installing python did the trick.

A simple

Code: Select all

pacman -S python python2
was enough !

Many thanks for the quick help !

cheers FB
FrozenBuffalo
Newbie
Newbie
Posts: 5
Joined: November 26th, 2018, 12:44 pm

Re: [SSL] malloc failure (_ssl.c:2214)

Post by FrozenBuffalo »

and of course also thanks sander for taking care ! :)

cheers FB
Post Reply