Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Fix segfault crash after stopMonitoring on Linux v2 #162

Merged
merged 6 commits into from
Mar 2, 2022

Conversation

umbernhard
Copy link
Contributor

@umbernhard umbernhard commented Mar 1, 2022

Fix #57

Keeps @antelle's contributions in tree from #138 and incorporates @MadLittleMods and @Julusian's requested changes (I think).

I've confirmed this still fixes the segfault issue on Debian 11/Node 12, but not much beyond that.

Furthermore, the tests don't all pass, but it appears they don't in the main repo either.

@MadLittleMods MadLittleMods changed the title Making changes requested in MadLittleMods/node-usb-detection#138 Fix segfault crash after stopMonitoring on Linux Mar 2, 2022
@MadLittleMods MadLittleMods changed the title Fix segfault crash after stopMonitoring on Linux Fix segfault crash after stopMonitoring on Linux v2 Mar 2, 2022
Co-authored-by: Eric Eastwood <[email protected]>
@MadLittleMods MadLittleMods merged commit e0840b7 into MadLittleMods:master Mar 2, 2022
MadLittleMods added a commit that referenced this pull request Mar 2, 2022
@MadLittleMods
Copy link
Owner

Thanks for the contribution @umbernhard! 😀

It will be part of the upcoming 4.14.0 release once I figure out why the Windows CI is broken, #164

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

Successfully merging this pull request may close these issues.

Calling startMonitoring() and stopMonitoring() multiple times causes segmentation fault (Linux, macOS)
3 participants