erroneous logic syntax
ID0001157:
**This issue was created automatically from Mantis Issue 1157. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0001157 | Frama-C | Plug-in > jessie | public | 2012-04-16 | 2012-10-26 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | nmuller | **Assigned To** | cmarche | **Resolution** | won't fix |
| **Priority** | normal | **Severity** | minor | **Reproducibility** | always |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C GIT, precise the release id | **Target Version** | - | **Fixed in Version** | - |
### Description :
The following clauses do not pass :
/*@ logic char* foo = "\123tyfoo";
logic unsigned long* bar = (unsigned long*) L"\xabcdt\65ab";
logic char* split = "abc" "def";
*/
unsigned long* test = (unsigned long*) L"\xabcdt\65ab";
### Additional Information :
frama-c -jessie -jessie-atp alt-ergo string.c
[kernel] preprocessing with "gcc -C -E -I. -dD string.c"
[jessie] Starting Jessie translation
string.c:1:[jessie] failure: Unexpected failure.
Please submit bug report (Ref. "interp.ml:572:24").
[kernel] The full backtrace is:
Raised at file "src/kernel/log.ml", line 507, characters 30-31
Called from file "src/kernel/log.ml", line 501, characters 2-9
Re-raised at file "src/kernel/log.ml", line 504, characters 8-9
Called from file "src/type/type.ml", line 600, characters 39-44
Called from file "queue.ml", line 134, characters 6-20
Called from file "src/kernel/boot.ml", line 36, characters 4-20
Called from file "src/kernel/cmdline.ml", line 713, characters 2-9
Called from file "src/kernel/cmdline.ml", line 195, characters 4-8
Plug-in jessie aborted because of internal error.
Please report as 'crash' at http://bts.frama-c.com/
Note that a backtrace alone often does not have information to
understand the bug. Guidelines for reporting bugs are at:
http://bts.frama-c.com/dokuwiki/doku.php?id=mantis:frama-c:bug_reporting_guidelines
## Attachments
- [string.c](/uploads/86488114c476cd785e8149a0f1694e54/string.c)
issue