bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Segfault in assign_cellrefs


From: Elias Mårtenson
Subject: [Bug-apl] Segfault in assign_cellrefs
Date: Fri, 21 Mar 2014 19:25:08 +0800

I was testing Kacpers solution to my problem in another thread, and I got a crash. Easily reproduced by typing in the following two commands:

      V←1 2 2 1 2 2 2 1 2 2 2 2 1 2 2 2 2 2 1 3
      (V/V)←∊≠\¨V⊂V

The result is:

==============================================================================
Assertion failed: 0
in Function:      init
in file:          Cell.cc:48

Call stack:

----------------------------------------
-- Stack trace at Cell.cc:48
----------------------------------------
0x7f1b6ee6dde5 __libc_start_main
0x434b6d  main
0x52059d   Workspace::immediate_execution(bool)
0x46291d    Command::process_line()
0x46181b     Command::process_line(UCS_string&)
0x46a7e8      Executable::execute_body() const
0x4df3a0       StateIndicator::run()
0x48c98a        Prefix::reduce_statements()
0x4899db         Prefix::reduce_A_ASS_B_()
0x518e5d          Value::assign_cellrefs(Value_P)
0x459e01           Cell::init(Cell const&)
0x44328f            do_Assert(char const*, char const*, char const*, int)
========================================

SI stack:

Depth:    0
Exec:     0x213e3f0
Pmode:    ◊  (V/V)←∊≠\¨V⊂V
PC:       13 ENDL
Stat:     (V/V)←∊≠\¨V⊂V
err_code: 0x0
thrown:   at StateIndicator.cc:40
e_msg_1:  'No Error'
e_msg_2:  ''
e_msg_3:  ''


==============================================================================

Regards,
Elias

reply via email to

[Prev in Thread] Current Thread [Next in Thread]