Bug 411590 - git-svn died of signal 11
Summary: git-svn died of signal 11
Status: RESOLVED DUPLICATE of bug 407271
Alias: None
Product: frameworks-kcoreaddons
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.61.0
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Michael Pyne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-04 14:49 UTC by Sergio Torres Soldado
Modified: 2019-09-04 14:58 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 Sergio Torres Soldado 2019-09-04 14:49:48 UTC
SUMMARY
While using git-svn to clone a repository I get the following message after the initial "git svn clone" and subsequent "git svn fetch" commands:
org.kde.kwindowsystem: Could not find any platform plugin
error: git-svn died of signal 11

The backtrace:
#0  0x00007f2bcc496446 in KAboutData::~KAboutData() () at /usr/lib/libKF5CoreAddons.so.5
#1  0x00007f2bcc4966ee in  () at /usr/lib/libKF5CoreAddons.so.5
#2  0x00007f2bce6b4e70 in __run_exit_handlers () at /usr/lib/libc.so.6
#3  0x00007f2bce6b4fae in  () at /usr/lib/libc.so.6
#4  0x000055fb4e94d19a in main ()

If I use docker (e.g. ubuntu 18.04) and perform git operations on the same repo folder the commands work fine, so it might be some integration with system wallet/password manager.

STEPS TO REPRODUCE
1. Clone svn repo with subversion
2. Clone same repo with git-svn


ADDITIONAL INFORMATION
Operating System: Arch Linux 
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.61.0
Qt Version: 5.13.0
Kernel Version: 5.2.11-arch1-1-ARCH
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-7700HQ CPU @ 2.80GHz
Memory: 15.5 GiB of RAM
git version 2.23.0
Comment 1 Sergio Torres Soldado 2019-09-04 14:58:44 UTC

*** This bug has been marked as a duplicate of bug 407271 ***