> > > > Any idea for debugging? I tried perl -d but it stop upon first
fork
> > > > (when it parses hdlist) and I do not know how to continue.
> > >
> > > Close the window ?
> > >
> >
> > Which window? I do not understand.
>
> You don't have an xterm which popups ?
>
No, I do not use xterm; I get
125: close I;
DB<22> ######### Forked, but do not know how to change a TTY.
#########
Define $DB::fork_TTY
- or a function DB::get_fork_TTY() which will set $DB::fork_TTY.
The value of $DB::fork_TTY should be the name of TTY to use.
On UNIX-like systems one can get the name of a TTY for the given
window
by typing tty, and disconnect the shell from TTY by sleep 1000000.
In rpmtools.pm read_hdlists
And I cannot go past it and something interesting must happen here :-)
-andrej