From: Kemp, D. <dk...@em...> - 2003-08-26 09:10:29
|
Hi, In my case I am using spawn(). The only time I use exp_init is for the filehandles used when I am setting up for a "Expect::interconnect". The "Expect" sub-routine that I am seeing the failure is AUTOLOAD and the line that the failure is indicated on is .... $tmp = ${*$self}{varname} if exists ${*self}{$varname}; Best Regards, Donald.E.S.Kemp AT&T Network Management Solutions, Building 6000, Langstone Technology Park, Langstone Road, Havant, Hampshire, United Kingdom, PO9 1SA Phone: +44(0)23 9222 8424 email: dk...@em... This message and any attachments to it contain confidential business information exclusively intended for the recipients. Please do not forward or distribute it to anyone else. If you have received this e-mail in error, please call [+44 (0)23 92228424] to report the error and then delete this message from your system. -----Original Message----- From: Rogaski, Mark, ALABS [mailto:ro...@at...] Sent: 22 August 2003 20:18 To: Sayre Swarztrauber; Expectperl-Discuss (E-mail) Subject: RE: [Expectperl-discuss] Problem with GLOB Reference in Expect.pm It looks like the filehandle is disappearing before the Expect destructor is called. Are you creating the Expect object with spawn() or exp_init()? Mark -- Mark Rogaski "Computers save time like kudzu prevents Multi-service Data Field Support soil erosion." -- Al Castanoli email: ro...@at... voice: +1-732-885-7534 pager: +1-888-858-7243 p: 200853 or 20...@pa... -----Original Message----- From: Sayre Swarztrauber [mailto:sa...@qu...] Sent: Friday, August 22, 2003 2:07 PM To: Expectperl-Discuss (E-mail) Subject: Re: [Expectperl-discuss] Problem with GLOB Reference in Expect.pm I have a similar problem **whenever** my program exits: (in cleanup) Not a GLOB reference at /usr/lib/perl5/site_perl/5.8.0/Expect.pm line 1572. I am also interested in a way to stop that from happening. Thank you. Sayre Swarztrauber Quadlogic New York Kemp, Donald wrote: >Hi, >I am intermittently getting the following message .... > Not a GLOB reference at >/usr/local/lib/perl5/site_perl/5.6.1/Expect.pm line 256. >This happens on a Solaris 8 system running Perl 5.6.1 and Expect 1.15. The >problem is occurring on a production system that has multiple fast >processors and a very large amount of memory. It seems to be occurring more >often as the number of users on the system that are using my code increases. >I do not see the problem on my "slower" test system running the same level >of software. Does anyone have any idea what may be triggering this error? >What can I do to try an isolate what the cause of the problem may be?? > >Best Regards, >Donald.E.S.Kemp >AT&T >Network Management Solutions, >Building 6000, Langstone Technology Park, >Langstone Road, Havant, Hampshire, >United Kingdom, >PO9 1SA >Phone: +44(0)23 9222 8424 >email: dk...@em... > >This message and any attachments to it contain confidential business >information exclusively intended for the recipients. Please do not forward >or distribute it to anyone else. If you have received this e-mail in error, >please call [+44 (0)23 92228424] to report the error and then delete this >message from your system. > > > > > > > >------------------------------------------------------- >This SF.net email is sponsored by: VM Ware >With VMware you can run multiple operating systems on a single machine. >WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines >at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 >_______________________________________________ >Expectperl-discuss mailing list >Exp...@li... >https://lists.sourceforge.net/lists/listinfo/expectperl-discuss > > ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Expectperl-discuss mailing list Exp...@li... https://lists.sourceforge.net/lists/listinfo/expectperl-discuss ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Expectperl-discuss mailing list Exp...@li... https://lists.sourceforge.net/lists/listinfo/expectperl-discuss |