Comment 4 for bug 1805145

Revision history for this message
James Page (james-page) wrote :

I think I see the cause of this issue; we're carrying a distro patch for 32 bit compatibility which changes the type of a configuration option on use to a Option:size_t - however the underlying type of the configuration option is a UINT still which might be causing the SIGABRT.

Producing a test build to validate.