[[email protected]: Event-0.86]
- Forwarded message from mixo <[EMAIL PROTECTED]> -
From: mixo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Event-0.86
Hi,
I am currently testing some perl software wich use your "Event" module.
The problem I have is that the program sef faults as soon as is call
"Event::loop()"
method. From the perl debugger I got
+
Signal SEGV at /usr/lib/perl5/site_perl/5.6.1/i386-linux/Event.pm line 148
eval {...} called at
/usr/lib/perl5/site_perl/5.6.1/i386-linux/Event.pm line 148
eval {...} called at
/usr/lib/perl5/site_perl/5.6.1/i386-linux/Event.pm line 148
Event::loop() called at sbin/whois line 400
+
The offending line seems to be "eval { $@ = $errsv; _loop() };" (line
148) as removing
it gets rid of the seg fault (and subsequent core dump).
What could be the cause of problem?
Thanks,
Mixo Shiburi
P.S I am running redhat linux 7.3 (with the latest updates), on an athlon.
- End forwarded message -
--
Victory to the Divine Mother!! after all,
http://sahajayoga.org http://why-compete.org
[[email protected]: Event module]
- Forwarded message from Pascal Ronecker <[EMAIL PROTECTED]> - Subject: Event module From: Pascal Ronecker <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Organization: Hi ! I'm trying to install the Event perl module, perl Makefile and make works apparently fine, except that : In file included from Event.xs:278: c/var.c: In function `pe_var_start': c/var.c:87: warning: assignment from incompatible pointer type c/var.c:88: warning: assignment from incompatible pointer type When running make test I get errors in t/var, : t/var.dubious Test returned status 0 (wstat 11, 0xb) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed --- t/var.t011 66 100.00% 1-6 Failed 1/23 test scripts, 95.65% okay. 6/115 subtests failed, 94.78% okay. make: *** [test_dynamic] Error 2 As I'm not a code guru, i prefer not to look in the apparently faulty pointer types and so on ... :-) thx for your help !! -- Pascal Ronecker <[EMAIL PROTECTED]> - End forwarded message - -- Victory to the Divine Mother!! after all, http://sahajayoga.org http://why-compete.org
