bug-ncurses
[Top][All Lists]
Advanced

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

On Mac OS setcchar() throws signal 11


From: Bryan Christ
Subject: On Mac OS setcchar() throws signal 11
Date: Tue, 18 Jun 2019 12:45:44 -0500


This code runs perfectly on Linux and FreeBSD

setcchar(&uch, vcell->wch, attrs, colors, NULL)

On Mac OS it causes signal 11.

However, if I change:

cchar_t uch

to

static cchar_t uch

The problem goes away.

--
Bryan
<><

reply via email to

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