#603 closed defect (fixed)
perl scripts fail to terminate when they raise an exception
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | major | Milestone: | arb7.0 |
Component: | other | Version: | SVN |
Keywords: | Cc: |
Description
while a transaction is open.
Reproduce (in [12887]):
- comment out failing line and compile
- undo comment
- run demo.arb
- in arb shell run
PERL_SCRIPTS/ARBTOOLS/DOCUMENTED/manual.pl
- it says
Use of inherited AUTOLOAD for non-method ARB::delete() is deprecated at PERL_SCRIPTS/ARBTOOLS/DOCUMENTED/manual.pl line 26.
but does not terminate!
ps shows:
| \_ /usr/bin/perl PERL_SCRIPTS/ARBTOOLS/DOCUMENTED/manual.pl | \_ sh -c arb_message 'Macro execution error:?Can"t locate auto/ARB/delete.al in @INC [...]' | \_ arb_message Macro execution error:?Can"t locate auto/ARB/delete.al in @INC [...]
Change History (4)
comment:1 Changed 10 years ago by westram
- Owner set to westram
- Status changed from new to _started
comment:2 Changed 10 years ago by westram
- Resolution set to fixed
- Status changed from _started to closed
comment:3 Changed 9 years ago by westram
- Milestone set to arb6.1
mark changes that got fixed after arb 6.0.x
Note: See
TracTickets for help on using
tickets.
by [12888]