RT 2.0.8 error whilst creating new queue

Hi,

When trying to create a new queue in rt 2.0.8 i get an error.

The page requested is

https://support.band-x.net/Admin/Queues/Modify.html?Create=1

This seems to randomly break and repair itself if i resend the page
request. (see error page below)

any ideas what is causing this ?

Im running std redhat 7.1 / apache 1.3.20 mod_ssl with a postgres 7.1.3
database.

Thanks,

Chris Walker

ERROR :

error in file:
/usr/lib/perl5/5.6.0/Carp/Heavy.pm
line 79:
Bizarre copy of HASH in aassign
context:

75:

them according to the format variables defined earlier in

76:

this file and join them onto the $sub sub-routine string

77:
if ($hargs) {
78:

we may trash some of the args so we take a copy

79:
@a = @DB::args; # must get local copy of args
80:

don’t print any more than $MaxArgNums

81:
if ($MaxArgNums and @a > $MaxArgNums) {
82:

cap the length of $#a and set the last element to ‘…’

83:
$#a = $MaxArgNums;

component stack:
/Admin/Queues/Modify.html [standard]
/autohandler [standard]
code stack:
/usr/lib/perl5/5.6.0/Carp/Heavy.pm:79

raw error:
error while executing /Admin/Queues/Modify.html [standard]:
Bizarre copy of HASH in aassign at /usr/lib/perl5/5.6.0/Carp/Heavy.pm
line 79, line 168.

I saw that error as well, it hasn’t come back since I put 0 * * * * find
/usr/rt2/WebRT/sessiondata -type f -amin +600 -exec rm ‘{}’ ; in my
crontab…

I think the problem is that Apache is trying to use sessiondata from an
older session…

Greg Smythe
SysAdmin
Intellstat Communications
WA State Resident-----Original Message-----
From: chris walker [mailto:chris.walker@band-x.net]
Sent: Thursday, November 01, 2001 2:13 AM
To: rt-users@lists.fsck.com
Subject: [rt-users] RT 2.0.8 error whilst creating new queue

Hi,

When trying to create a new queue in rt 2.0.8 i get an error.

The page requested is

https://support.band-x.net/Admin/Queues/Modify.html?Create=1

This seems to randomly break and repair itself if i resend the page
request. (see error page below)

any ideas what is causing this ?

Im running std redhat 7.1 / apache 1.3.20 mod_ssl with a postgres 7.1.3
database.

Thanks,

Chris Walker

ERROR :

error in file:
/usr/lib/perl5/5.6.0/Carp/Heavy.pm
line 79:
Bizarre copy of HASH in aassign
context:

75:

them according to the format variables defined earlier in

76:

this file and join them onto the $sub sub-routine string

77:
if ($hargs) {
78:

we may trash some of the args so we take a copy

79:
@a = @DB::args; # must get local copy of args
80:

don’t print any more than $MaxArgNums

81:
if ($MaxArgNums and @a > $MaxArgNums) {
82:

cap the length of $#a and set the last element to ‘…’

83:
$#a = $MaxArgNums;

component stack:
/Admin/Queues/Modify.html [standard]
/autohandler [standard]
code stack:
/usr/lib/perl5/5.6.0/Carp/Heavy.pm:79

raw error:
error while executing /Admin/Queues/Modify.html [standard]:
Bizarre copy of HASH in aassign at /usr/lib/perl5/5.6.0/Carp/Heavy.pm
line 79, line 168.

rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

It’s a bug in the build of perl 5.6.0 that redhat ships. Upgrading
to 5.6.1 should fix it.On Thu, Nov 01, 2001 at 10:13:27AM +0000, chris walker wrote:

Hi,

When trying to create a new queue in rt 2.0.8 i get an error.

The page requested is

https://support.band-x.net/Admin/Queues/Modify.html?Create=1

This seems to randomly break and repair itself if i resend the page
request. (see error page below)

any ideas what is causing this ?

Im running std redhat 7.1 / apache 1.3.20 mod_ssl with a postgres 7.1.3
database.

Thanks,

Chris Walker

======================================================================================
ERROR :

error in file:
/usr/lib/perl5/5.6.0/Carp/Heavy.pm
line 79:
Bizarre copy of HASH in aassign
context:

75:

them according to the format variables defined earlier in

76:

this file and join them onto the $sub sub-routine string

77:
if ($hargs) {
78:

we may trash some of the args so we take a copy

79:
@a = @DB::args; # must get local copy of args
80:

don’t print any more than $MaxArgNums

81:
if ($MaxArgNums and @a > $MaxArgNums) {
82:

cap the length of $#a and set the last element to ‘…’

83:
$#a = $MaxArgNums;

component stack:
/Admin/Queues/Modify.html [standard]
/autohandler [standard]
code stack:
/usr/lib/perl5/5.6.0/Carp/Heavy.pm:79

raw error:
error while executing /Admin/Queues/Modify.html [standard]:
Bizarre copy of HASH in aassign at /usr/lib/perl5/5.6.0/Carp/Heavy.pm
line 79, line 168.


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

http://www.bestpractical.com/products/rt – Trouble Ticketing. Free.