Ticket #1362 (closed defect: worksforme)
padre crash when typing first letter in new file
| Reported by: | szabgab | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | not classified yet | Version: | 0.92 |
| Keywords: | Cc: |
Description
Ctrl-N a new file press one character (e.g. =) and padre crashes.
trunk r17477 Ubuntu 11.10
Can't call method "filename" on an undefined value at
/home/gabor/work/padre/Padre/lib/Padre/Document.pm line 1151 (#1)
(F) You used the syntax of a method call, but the slot filled by the
object reference or package name contains an undefined value. Something
like this will reproduce the error:
$BADREF = undef;
process $BADREF 1,2,3;
$BADREF->process(1,2,3);
Uncaught exception from user code:
Can't call method "filename" on an undefined value at /home/gabor/work/padre/Padre/lib/Padre/Document.pm line 1151.
at /home/gabor/work/padre/Padre/lib/Padre.pm line 262
Change History
Note: See
TracTickets for help on using
tickets.

Can anyone replicate this any more? Tentatively marking as fixed until someone can demonstrate otherwise.