bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Format returns wrong rank


From: Juergen Sauermann
Subject: Re: [Bug-apl] Format returns wrong rank
Date: Mon, 26 May 2014 14:38:21 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi Blake,

thanks, fixed in SVN 291.

/// Jürgen


On 05/25/2014 08:13 PM, Blake McBride wrote:
I am getting a GPF now:

      ⍴⍕2 1⍴6
2 1
      ⍴⍕1 1⍴6
1 1
      ⍴⍕0 1⍴6


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

----------------------------------------
-- Stack trace at main.cc:122
----------------------------------------
0x7f11e1cf7de5 __libc_start_main
0x435a55  main
0x52b4ad   Workspace::immediate_execution(bool)
0x46526d    Command::process_line()
0x464019     Command::process_line(UCS_string&)
0x46eb58      Executable::execute_body() const
0x4e5260       StateIndicator::run()
0x49197a        Prefix::reduce_statements()
0x48e464         Prefix::reduce_MISC_F_B_()
0x4e5e4f          StateIndicator::eval_B(Token&, Token&)
0x4a68ae           Bif_F12_FORMAT::eval_B(Value_P)
0x52395d            Value::Value(Shape const&, char const*)
0x7f11e3551bb0
0x47e73a
========================================
====================================================

Goodbye.

Process apl exited abnormally with code 3


The last result should be:  0 0


Also:

      ⍴⍕,6
1
      ⍴⍕0⍴0


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

----------------------------------------
-- Stack trace at main.cc:122
----------------------------------------
0x7f799246fde5 __libc_start_main
0x435a55  main
0x52b4ad   Workspace::immediate_execution(bool)
0x46526d    Command::process_line()
0x464019     Command::process_line(UCS_string&)
0x46eb58      Executable::execute_body() const
0x4e5260       StateIndicator::run()
0x49197a        Prefix::reduce_statements()
0x48e464         Prefix::reduce_MISC_F_B_()
0x4e5e4f          StateIndicator::eval_B(Token&, Token&)
0x4a68ae           Bif_F12_FORMAT::eval_B(Value_P)
0x52395d            Value::Value(Shape const&, char const*)
0x7f7993cc9bb0
0x47e73a
========================================
====================================================

Goodbye.

Process apl exited abnormally with code 3


The last one should be:  0

Thanks.

Blake






reply via email to

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