[Rt-devel] Weird behavior when running RT::Init under Perl debugger.

Todd Chapman todd at chaka.net
Mon May 9 17:32:11 EDT 2005


I am trying to help an AssetTracker user debug a problem
on his system with RT 3.4.1 and Perl 5.8.4

This simple script, when run using "perl -d", hangs at RT::Init.

Anyone seen this behavior?

Thanks.

-Todd

#!/usr/bin/perl
use strict;

use lib "/opt/rt3/lib";

use RT;
use RT::URI;

RT::LoadConfig();
RT::Init();



More information about the Rt-devel mailing list