[Dxspider-support] Crash

Dirk Koopman djk at tobit.co.uk
Sat Jul 7 19:38:53 CEST 2007


Danilo Brelih wrote:
> Hi Spiders
> 
> We had Spider crash today with v1.54 (build 0.95) on Linux as fellow.
> Dirk is this PC93 talk problem update issue only ?
> 
> thanks, Dan S50U @ S50CLX
> 
> 1183822708^<- I N6WS-6 PC93^S50DXS^56305^IW0BET^S50C^*^pse lsn 144310 
> tnx^H94^
> 1183822708^Can't call method "talk" on unblessed reference at 
> /spider/perl/DXProtHandle.pm line 1732.
>

I am actually rather worried about this. I am rather further along in 
builds but could you just confirm that the line in question is the 
$dxchan->talk() one in this lot?


if (is_callsign($to)) {
	# local talks
	my $dxchan;
	$dxchan = DXChannel::get($main::myalias) if $to eq main::mycall;
	$dxchan = DXChannel::get($to) unless $dxchan;
	if ($dxchan && $dxchan->is_user) {
this one --->>  $dxchan->talk($from, $to, $via, $text, $onode);
		return;
	}

Because if it is, then I suspect I have a bit of a problem...

Dirk



More information about the Dxspider-support mailing list