Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#65 closed defect (invalid)

Error message in symbolic mode — at Version 1

Reported by: otis01329 Owned by: mornfall
Priority: major Milestone: 4.3
Component: other Keywords:
Cc:

Description (last modified by mornfall)

In the symbolic mode using the divine, I have encountered the following error problem.

FAULT: undefined pointer dereference: [global* 0 2 uun]
[0] FATAL: memory error in userspace

What program will cause this error, can you provide me with the code that will cause this kind of error?

Because the program is very large, I can't provide my program. Sorry.

Change History (1)

comment:1 Changed 5 years ago by mornfall

Description: modified (diff)
Resolution: invalid
Status: newclosed

A program which gives the same error as you see would be the following. If you think the error is wrong or a problem with divine, you will need to provide more info, at minimum the backtrace(s) that follow the error message you got.

int main()
{
    char *a;
    return a[2];
}
Note: See TracTickets for help on using tickets.