Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Bug with apple clang #74

Open
PhazonicRidley opened this issue Sep 29, 2023 · 1 comment
Open

Bug with apple clang #74

PhazonicRidley opened this issue Sep 29, 2023 · 1 comment

Comments

@PhazonicRidley
Copy link
Contributor

There is a bug with apple clang segfaulting when the unit test for streams runs.
File: streams.test.cpp
Function: multi_stream_test()
Unit test: "[✨ multi ✨] http request"_test
This happens when a stream_fill object has its m_fill_amount pointer derferenced, even under a valid pointer and lifetime longevity of the data of the pointer.

Unit test works fine using GCC 11, 12, and 13 on Ubuntu 22.04+. Package builds

@kammce
Copy link
Contributor

kammce commented Sep 30, 2023

Which version of apple clang?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants