Bug 466195 - Missing interface in smb.conf causes Dolphin to freeze upon launch
Summary: Missing interface in smb.conf causes Dolphin to freeze upon launch
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 22.12.2
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-21 13:51 UTC by Joseph Goh
Modified: 2023-02-21 13:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Goh 2023-02-21 13:51:49 UTC
SUMMARY
Dolphin freezes on launch for ~6 seconds for every missing network interface added to /etc/samba/smb.conf.

STEPS TO REPRODUCE
For example, if smb.conf looks like this:
```
[global]
interfaces = wtf wtf2 wtf3 wtf4 wtf5
```
OBSERVED RESULT
Then, upon launching `dolphin`, the GUI freezes for ~30 seconds

EXPECTED RESULT
Dolphin shouldn't freeze.

SOFTWARE/OS VERSIONS
OS: Arch Linux 6.1.12-zen1-1-zen
dolphin: 22.12.2
smbd: 4.17.5

ADDITIONAL INFORMATION
The smb/samba daemon doesn't need to be running for this bug to occur.