Project

General

Profile

Actions

Bug #191

closed

fixing a compiler trap after syntax error

Added by J. Templ about 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
11/09/2018
Due date:
% Done:

0%

Estimated time:

Description

The compiler produces a NIL dereference (read) trap instead of an error message
for the following example:

MODULE TestCompilerError;
VAR string: POINTER TO ARRAY OF CHAR;
BEGIN NEW(string, LEN 5 1); ...

Reported by Rainer Neubauer

Actions #1

Updated by J. Templ about 7 years ago

  • Forum topic set to https://forum.blackboxframework.org/viewtopic.php?f=40&t=731#p6948
Actions #2

Updated by J. Templ about 7 years ago

  • Description updated (diff)
Actions #3

Updated by J. Templ about 7 years ago

  • Description updated (diff)
Actions #4

Updated by R. Campbell almost 7 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF