LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   git-svn: core dumping (https://www.linuxquestions.org/questions/linux-software-2/git-svn-core-dumping-4175492880/)

eantoranz 01-28-2014 11:41 AM

git-svn: core dumping
 
Hi!

I had already tried to use git with a svn epository in the past (though I didn't have to work much with it... just for experiments) but now I think I'll have to use svn as the "real" repo and I definitely want to take advantage of git's features (I've been using git for almost a year on a daily basis by now).

So.... when I try to clone de repo, I get a coredump... but I do the the structure of the repo (not much in there, it's an almost brand new repo).

When I try to do an update, it's the same thing. Tried to run an strace on it to see if I could see what's going on but it wasn't of much help:

Code:

rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGCHLD, NULL, {0x7fcbd58568f0, [], SA_RESTORER|SA_NOCLDSTOP, 0x7fcbdfb5eff0}, 8) = 0
rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0
futex(0x7fcbd7ea6210, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcbd7ea6180, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fcbd9ba0ed0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
getrusage(RUSAGE_SELF, {ru_utime={0, 365872}, ru_stime={0, 129934}, ...}) = 0
times({tms_utime=36, tms_stime=12, tms_cutime=1, tms_cstime=9}) = 1728401190
getrusage(RUSAGE_SELF, {ru_utime={0, 365872}, ru_stime={0, 129934}, ...}) = 0
times({tms_utime=36, tms_stime=12, tms_cutime=1, tms_cstime=9}) = 1728401190
writev(8, [{"\25\3\1\0000E\252\17\223\177\267\236\234x\1\2L\251\241\36Id\262\270\211\322\224\320\305\301\214\200"..., 53}], 1) = 53
close(8)                                = 0
munmap(0x7fcbd5be3000, 2113952)        = 0
munmap(0x7fcbd6df3000, 2109720)        = 0
munmap(0x7fcbd6bce000, 2247200)        = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x7fcbd5be4c70} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)

I'm running kubuntu 13.10 (updated)


All times are GMT -5. The time now is 09:47 AM.