Unable to create queues - mason error

I created one queue but when trying to make the second queue, I get the
error below. How to fix?

error in file: /usr/local/lib/perl5/5.6.0/Carp/Heavy.pm
line 79: Bizarre copy of ARRAY 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/local/lib/perl5/5.6.0/Carp/Heavy.pm:79

raw error:

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

matthew zeier - “In mathematics you don’t understand things. You just
get used to them.” - John von Newmann

Hi

I see exactly the same error when I try to create a new queue after I
have created some users.

My setup is SuSE 7.2, all needed software was installed from CD, the
RT2.0.4 was installed (straight-forward!) as described in the README.

Any help is welcome!

-andreas

matthew zeier wrote:

I found that the problem goes away and comes back. Hours later I went back
and make five more queues before getting that error. A while later I went
back and added the rest (more than five more). shrugFrom: “Andreas Kruthoff” andreas.kruthoff@softwired-inc.com
To: rt-users@lists.fsck.com
Sent: Thursday, July 26, 2001 6:07 AM
Subject: Re: [rt-users] Unable to create queues - mason error

Hi

I see exactly the same error when I try to create a new queue after I
have created some users.

My setup is SuSE 7.2, all needed software was installed from CD, the
RT2.0.4 was installed (straight-forward!) as described in the README.

Any help is welcome!

-andreas

matthew zeier wrote:

I created one queue but when trying to make the second queue, I get the
error below. How to fix?

error in file: /usr/local/lib/perl5/5.6.0/Carp/Heavy.pm
line 79: Bizarre copy of ARRAY 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/local/lib/perl5/5.6.0/Carp/Heavy.pm:79

raw error:

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


matthew zeier - “In mathematics you don’t understand things. You just
get used to them.” - John von Newmann


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


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

Hi.

I’m seeing the same Heavy.pm problem reported by others, namely:

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

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 48.

<\error>

I have tried using the Heavy.pm that comes with both perl 5.6.0 and 5.6.1
with the same error message at the same line. Even stranger, I tweaked the
Heavy.pm in questions, removing a few lines above 79 (comment lines only)
and get the following error, STILL AT LINE 79:

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

context: …
75: # we may trash some of the args so we take a copy
76: @a = @DB::args; # must get local copy of args
77: # don’t print any more than $MaxArgNums
78: if ($MaxArgNums and @a > $MaxArgNums) {
79: # cap the length of $#a and set the last element to ‘…’
80: $#a = $MaxArgNums;
81: $a[$#a] = “…”;
82: }
83: for (@a) {

component stack: //Admin/Queues/Modify.html [standard]
//autohandler [standard]

code stack: /usr/lib/perl5/5.6.0/Carp/Heavy.pm:79

raw_error

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 48.

<\error with tweaked Heavy.pm>

Is there a fix for this? I am running:

Linux version 2.4.2-2
Red Hat Linux 7.1 2.96-79

Thanks in advance.

-David