bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Segfault when tracing not a function


From: Juergen Sauermann
Subject: Re: [Bug-apl] Segfault when tracing not a function
Date: Fri, 23 Oct 2015 14:44:01 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Kacper,

thanks, fixed in SVN 687.

/// Jürgen


On 10/23/2015 07:09 AM, Kacper Gutowski wrote:
Using ⎕TRACE or ⎕STOP with some other symbol than user defined
function either through T∆/S∆ or directly, either for querying or
setting, results in a segmentation fault:

      A←3
      ⎕TRACE'A'


====================================================
SEGMENTATION FAULT

----------------------------------------
-- Stack trace at main.cc:63
----------------------------------------
0x7f6fa8a8ab45 __libc_start_main
0x443325  main
0x56e57d   Workspace::immediate_execution(bool)
0x48a45a    Command::process_line()
0x48a51a     Command::do_APL_expression(UCS_string&)
0x4953c5      Executable::execute_body() const
0x51bb80       StateIndicator::run()
0x4c9c58        Prefix::reduce_statements()
0x4c8f3e         Prefix::reduce_MISC_F_B_()
0x4ea8d7          Quad_TRACE::eval_B(Value_P)
0x4ea4f6           Stop_Trace::locate_fun(Value const&)
0x7f6fa98cb8d0
0x4482d7
========================================
====================================================

Goodbye.


-k




reply via email to

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