这是indexloc提供的服务,不要输入任何密码
Skip to content

Path translation for syscall::bind where sa_family=AF_UNIX #157

@misterjdrg

Description

@misterjdrg

Command:

strace ./felix86 /home/user/squashfs-root/AppRun 2>&1 | grep bind

Output:

bind(16, {sa_family=AF_UNIX, sun_path="/tmp/dotnet-diagnostic-55823-50826136-socket"}, 110) = 0
bind(97, {sa_family=AF_UNIX, sun_path="/tmp/CoreFxPipe_osu-framework-osu-lazer"}, 42) = -1 EADDRINUSE (Address already in use)

Expected:

bind(16, {sa_family=AF_UNIX, sun_path="/path/to/felix86_rootfs/tmp/dotnet-diagnostic-55823-50826136-socket"}, 110) = 0
bind(97, {sa_family=AF_UNIX, sun_path="/path/to/felix86_rootfs/tmp/CoreFxPipe_osu-framework-osu-lazer"}, 42) = -1 EADDRINUSE (Address already in use)

File:

https://github.com/ppy/osu/releases/latest/download/osu.AppImage

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