Error in Storable.xs

Assertion flags == 0 failed: file “Storable.xs”, line 2342 at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_freeze.al) line 282.

Stack:
[blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_freeze.al):282]
[blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/nfreeze.al):270]
[/usr/lib/perl5/site_perl/5.8.0/Apache/Session/Serialize/Storable.pm:21]
[/usr/lib/perl5/site_perl/5.8.0/Apache/Session.pm:507]
[/usr/lib/perl5/site_perl/5.8.0/Apache/Session.pm:462]
[/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm:1050], at /usr/lib/perl5/site_perl/5.8.0/Apache/Session/Serialize/Storable.pm line 21

this appears at the bottom of the search results. pls help.
thanks in advance.

alvn

yes im also using redhat 9. i just upgraded to RT3.0.4 but still the error is there.

Mick Szucs wrote:

yes im also using redhat 9. i just upgraded to RT3.0.4 but still the
error is there.

Did You upgrade Your Storable.pm? The redhat provided one is obselete,
and an updated version is in CPAN. The recent discussion on RT RPMS
mentions how to use cpan2rpm to build rpms that don’t need to be
installed with --force.

Regards,
Harald

yes im also using redhat 9. i just upgraded to RT3.0.4 but still the
error is there.

Did You upgrade Your Storable.pm? The redhat provided one is obselete,
and an updated version is in CPAN. The recent discussion on RT RPMS
mentions how to use cpan2rpm to build rpms that don’t need to be
installed with --force.

The problem still exists in the latest Storable.pm from CPAN, as well as
its three previous versions.

It seems to occur when you attempt a search with multiple criteria (like
when you click to open a Queue from the main menu.)

If I search for “new” and “open” tickets in queue “support,” for
example, the results of the search display correctly, along with this
error at the bottom of the page, but the last search criteria is not
saved correctly as part of the search. So if I attempt to add a new
criteria (like “owner mick,” for example) my search is re-written as
“new”, “open”, “owner mick,” wiping out the last element of the
previous search. And then there’s the error again, so next time “owner
mick” is going to get it.

Haven’t been able to get to the bottom of it.

Mick Szucs mick@onramp.ca
Onramp Network Services Inc.

Hello,
Encountering the same problem, and having searched the list archives as
well, I removed Storable.pm, executed
perl sbin/rt-test-dependencies --with-mysql --with-modperl1 --install
installing thus the latest version (2.07, witch I verified in the .pm
file itself), without obtaining any improvement.
So I’m keeping an eye on this topic :wink:
Lieven

yes, i already have Storable 2.07 installed but still returns the same error.

Harald Wagener wrote: