Skip to content

Segmentation fault with absolute path on LM 5.8.1 / MacOS 15 #1583

@Vlczech

Description

@Vlczech

Provide environment information

MacOS 15.4.1 Sequoia + Python 3.13.3 + LabelMe 5.8.1

What OS are you using?

MacOS 15.4.1 Sequoia

Describe the Bug

running labelme with absolute path (from command line: labelme /some/path/foo/bar ) crashes with following error:

/usr/local/Cellar/python@3.13/3.13.3/Frameworks/Python.framework/Versions/3.13/lib/python3.13/multiprocessing/resource_tracker.py:301: UserWarning: resource_tracker: There appear to be 8 leaked semaphore objects to clean up at shutdown: {'/mp-b83va0_6', '/mp-3fk18gn8', '/mp-nrd5nx05', '/mp-94p4l7eq', '/mp-mweqgkm9', '/mp-7rui0t7a', '/mp-yhtr8_dp', '/mp-8rrkbva4'} zsh: segmentation fault labelme /Users/<user>/Desktop/photos/sub-folder_133495240-40

(running with relative path (labelme foo/bar ) is successfull)

Expected Behavior

same as running with relative path: labelme: photos/sub-folder_133495240-40

To Reproduce

Some folder with images on user Desktop, run: labelme /Users/<your user>/Desktop/photos/sub-folder_133495240-40

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions