Menu

#4034 sdcc crashes when compiling from standard input.

open
nobody
None
STM8
5
2026-07-05
2026-07-05
No

sdcc version = 4.6.0 #16608 (Linux)
Run command: "cat any_code.c | sdcc -mstm8 --std=c2y --debug --out-fmt-elf --verbose --c1mode -o main.asm"
Expected: sdcc compile and created main.asm
Actual: sdcc: Generating code... Caught signal 11: SIGSEGV

But other command "cat any_code.c | sdcc -mstm8 --std=c2y --debug --verbose --c1mode -o main.asm" worked.

1 Attachments

Discussion


Log in to post a comment.

Auth0 Logo