You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In gtk-fortran 4.2.0, examples/tests.f90, examples/bazaar.f90 and src/gtk-fortran.f90 are crashing (segmentation fault), only on macOS.
Your system:
OS version: macOS 10.15.7
Compiler version: gfortran
GTK branch: gtk4, gtk-fortran 4.2.0
The text was updated successfully, but these errors were encountered:
type(c_ptr) :: ret
ret = g_get_os_info("PRETTY_NAME"//c_null_char)
if (c_associated(ret)) thencall c_f_string_copy(ret, os_string)
else
os_string ="?"end if
Describe the bug
In gtk-fortran 4.2.0,
examples/tests.f90
,examples/bazaar.f90
andsrc/gtk-fortran.f90
are crashing (segmentation fault), only on macOS.Your system:
The text was updated successfully, but these errors were encountered: