bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Can't )LOAD a dumped file anymore


From: Blake McBride
Subject: [Bug-apl] Can't )LOAD a dumped file anymore
Date: Fri, 30 May 2014 09:30:01 -0500

Greetings,

With the ;latest update (300), I can no longer )LOAD a )DUMP'ed file:

      )LOAD KeyedFiles
loading )DUMP file /home/blake/workspaces/KeyedFiles.apl...
WAS CLEAR WS

==============================================================================
Assertion failed: lines.size() > 0
in Function:      execute_edit
in file:          Nabla.cc:696

Call stack:

----------------------------------------
-- Stack trace at Nabla.cc:696
----------------------------------------
0x7f547844ade5 __libc_start_main
0x435e85  main
0x52ffed   Workspace::immediate_execution(bool)
0x4660bd    Command::process_line()
0x464de5     Command::process_line(UCS_string&)
0x4854c4      Nabla::edit_function(UCS_string const&)
0x485108       Nabla::edit()
0x4842bd        Nabla::execute_edit()
0x44416f         do_Assert(char const*, char const*, char const*, int)
========================================

SI stack:


==============================================================================
*** immediate_execution() caught other exception ***
bad editor command '∇' : problem detected at 'Nabla.cc:201'
DEFN ERROR+
      ∇
      ^

==============================================================================
Assertion failed: lines.size() > 0
in Function:      execute_edit
in file:          Nabla.cc:696

Call stack:

----------------------------------------
-- Stack trace at Nabla.cc:696
----------------------------------------
0x7f547844ade5 __libc_start_main
0x435e85  main
0x52ffed   Workspace::immediate_execution(bool)
0x4660bd    Command::process_line()
0x464de5     Command::process_line(UCS_string&)
0x4854c4      Nabla::edit_function(UCS_string const&)
0x485108       Nabla::edit()
0x4842bd        Nabla::execute_edit()
0x44416f         do_Assert(char const*, char const*, char const*, int)
========================================

SI stack:


==============================================================================
*** immediate_execution() caught other exception ***
VALUE ERROR
      r←''⍴('select count(*) from ',(⊃kf[2]))SQL∆Select[kf[1]]''
                                                        ^
bad editor command '∇' : problem detected at 'Nabla.cc:201'
DEFN ERROR+
      ∇
      ^

==============================================================================
Assertion failed: lines.size() > 0
in Function:      execute_edit
in file:          Nabla.cc:696

Call stack:

----------------------------------------
-- Stack trace at Nabla.cc:696
----------------------------------------
0x7f547844ade5 __libc_start_main
0x435e85  main
0x52ffed   Workspace::immediate_execution(bool)
0x4660bd    Command::process_line()
0x464de5     Command::process_line(UCS_string&)
0x4854c4      Nabla::edit_function(UCS_string const&)
0x485108       Nabla::edit()
0x4842bd        Nabla::execute_edit()
0x44416f         do_Assert(char const*, char const*, char const*, int)
========================================

SI stack:

Depth:    0
Exec:     0x1feb3c0
Safe ex:  no
Pmode:    ◊  r←''⍴('select count(*) from ',(⊃kf[2])) SQL∆Select[kf[1]]''
PC:       6 [
Stat:     r←''⍴('select count(*) from ',(⊃kf[2])) SQL∆Select[kf[1]]''
err_code: 0xB01
thrown:   at Nabla.cc:201
e_msg_1:  'DEFN ERROR+'
e_msg_2:  '      ∇'
e_msg_3:  '      ^'


==============================================================================
*** immediate_execution() caught other exception ***
VALUE ERROR
      cmd←cmd,'skey CHARACTER VARYING(80) NOT NULL PRIMARY KEY, '
          ^
VALUE ERROR
      cmd←cmd,'sdata CHARACTER VARYING(2000),'
          ^
VALUE ERROR
      cmd←cmd,'ldata text);'
          ^
VALUE ERROR
      r←cmd SQL∆Exec[db]''
                     ^
VALUE ERROR
      r←db file
           ^
VALUE ERROR
      'insert into apl_files (file_name) values (?);' SQL∆Exec[db]⊂file
                                                                   ^
bad editor command '∇' : problem detected at 'Nabla.cc:201'
DEFN ERROR+
      ∇
      ^

==============================================================================
Assertion failed: lines.size() > 0
in Function:      execute_edit
in file:          Nabla.cc:696

Call stack:

----------------------------------------
-- Stack trace at Nabla.cc:696
----------------------------------------
0x7f547844ade5 __libc_start_main
0x435e85  main
0x52ffed   Workspace::immediate_execution(bool)
0x4660bd    Command::process_line()
0x464de5     Command::process_line(UCS_string&)
0x4854c4      Nabla::edit_function(UCS_string const&)
0x485108       Nabla::edit()
0x4842bd        Nabla::execute_edit()
0x44416f         do_Assert(char const*, char const*, char const*, int)
========================================

SI stack:

Depth:    6
Exec:     0x1ff2d20
Safe ex:  no
Pmode:    ◊  'insert into apl_files (file_name) values (?);' SQL∆Exec[db] ⊂file
PC:       1 ⊂
Stat:     'insert into apl_files (file_name) values (?);' SQL∆Exec[db] ⊂file
err_code: 0xB01
thrown:   at Nabla.cc:201
e_msg_1:  'DEFN ERROR+'
e_msg_2:  '      ∇'
e_msg_3:  '      ^'

Depth:    5
Exec:     0x1fee3d0
Safe ex:  no
Pmode:    ◊  r←db file
PC:       1 'db
Stat:     r←db file
err_code: 0x30001
thrown:   at Symbol.cc:681
e_msg_1:  'VALUE ERROR'
e_msg_2:  '      r←db file'
e_msg_3:  '           ^'


And the error go on and on.

Thanks.

Blake


reply via email to

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