poke-devel
[Top][All Lists]
Advanced

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

[Bug default/26864] New: Crash when handling function types


From: m.nabipoor at yahoo dot com
Subject: [Bug default/26864] New: Crash when handling function types
Date: Tue, 10 Nov 2020 18:24:19 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=26864

            Bug ID: 26864
           Summary: Crash when handling function types
           Product: poke
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: default
          Assignee: unassigned at sourceware dot org
          Reporter: m.nabipoor at yahoo dot com
                CC: poke-devel at gnu dot org
  Target Milestone: ---

Hi.

```
(poke) [lambda void: {}]
lt-poke: ../../libpoke/pvm.jitter:723: pvm_execute_or_initialize: Assertion
`jitter_original_state->pvm_state_backing.canary == JITTER_HEIGHT_STACK ()'
failed.
Aborted (core dumped)
```

```
(poke) fun f1 = (int x)void:{}
(poke) fun f2 = (int x)void:{}
(poke) [f1, f2]
lt-poke: ../../libpoke/pvm.jitter:723: pvm_execute_or_initialize: Assertion
`jitter_original_state->pvm_state_backing.canary == JITTER_HEIGHT_STACK ()'
failed.
```

But this one is OK:

```
(poke) [lambda int:{return 1;}]
[#<closure>]
```

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

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