Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

SSL.pm: untie attempted while 2 inner references still exist

by Anonymous Monk
on Mar 23, 2018 at 06:09 UTC ( [id://1211589]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hello,

My web error log shows an error "SSL.pm: untie attempted while 2 inner references still exist at "cgi:error SSL.pm: untie attempted while 2 inner references still exist at perl5/IO/Socket/SSL.pm"

I do not specifically use this module. So what could have caused cgi error to occur?

Thanks in advance.

  • Comment on SSL.pm: untie attempted while 2 inner references still exist

Replies are listed 'Best First'.
Re: SSL.pm: untie attempted while 2 inner references still exist
by mr_ron (Chaplain) on Mar 24, 2018 at 14:14 UTC

    You might want to check your web server's access log from around the time of the errors to see what CGI or other perl programs may have been active at the time. If you can identify a source file, you may then be able to add use strict; use warnings;, if they are missing, and if it is CGI maybe also use CGI::Carp; to further track down the cause of the error messages.

    Ron
Re: SSL.pm: untie attempted while 2 inner references still exist
by Anonymous Monk on Mar 23, 2018 at 07:13 UTC

    Addenddum:

    SSL.pm version: 2.056

    Line that triggers the error: SSL.pm: untie attempted while 2 inner references still exist at /perl5/IO/Socket/SSL.pm line 1435

    CentOS Linux release 7.4.1708 (Core)

    perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi

      As the maintainer of IO::Socket::SSL I've never seen this message and I have no idea what might have caused this. And there are no information in your question which might help to narrow down the cause of the problem. If you want help in resolving the problem I think you need to strip down what you are doing as much as possible and provide a minimal example which can be used to reliably reproduce the issue.
Re: SSL.pm: untie attempted while 2 inner references still exist
by Anonymous Monk on Mar 24, 2018 at 12:14 UTC
    We need to know (much) more about your program. And, if the message was accompanied by a traceback of called routines, we'd need to see all of that, as well.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1211589]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found