Gnome::Client->set_clone_command() segfaults



Perl segfaults when Gnome::Client->set_clone_command() or 
Gnome::Client->set_restart_command() is called with more than two 
arguments.  For example,

perl -e 'use Gnome; Gnome->init("foo"); my $client = Gnome::Client -> master; $client -> set_clone_command( 
$0, @ARGV );' lots of arguments

Now, http://www.gtkperl.org/perl-gnome-ref.pdf just says, somewhat 
enigmatically:

$client->set_clone_command (...);
Gnome::Client $client
list          ...

Am I doing something wrong, or is this a bug?

-- 
Peter Oliver




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]