|
Crash when trying to install from addons central
Hello,
I am getting a crash when trying to install a file from add ons central.
I am running Fedora 25 . I did an strace of the process and it looks like it's failing at this point :
[pid 2847] 15:03:31 open("/home/sean/Downloads/OOTP Baseball 18/data/addons/downloads/HistoricalFaceGens.tgz", O_RDONLY) = 28
[pid 2847] 15:03:31 close(28) = 0
[pid 2847] 15:03:31 unlink("/home/sean/Downloads/OOTP Baseball 18/data/addons/downloads/HistoricalFaceGens.tar") = 0
[pid 2847] 15:03:31 open("/home/sean/Downloads/OOTP Baseball 18/data/addons/downloads/HistoricalFaceGens.tar", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 28
[pid 2847] 15:03:31 open("/home/sean/Downloads/OOTP Baseball 18/data/addons/downloads/HistoricalFaceGens.tgz", O_RDONLY) = 30
[pid 2847] 15:03:31 lseek(30, 0, SEEK_CUR) = 0
[pid 2847] 15:03:31 open("/dev/tty", O_RDWR|O_NOCTTY|O_NONBLOCK) = 31
[pid 2847] 15:03:31 writev(31, [{iov_base="*** Error in `", iov_len=14}, {iov_base="./ootp18_64bit", iov_len=14}, {iov_base="': ", iov_len=3}, {iov_base="free(): invalid pointer", iov_len=23}, {iov_base=": 0x", iov_len=4}, {iov_base="00007f12b056dc38", iov_len=16}, {iov_base=" ***\n", iov_len=5}], 7) = -1 EAGAIN (Resource temporarily unavailable)
Seems to open the tar file then after the {iov_base="free(): invalid pointer" error it begins writing to the trace file didn't see anything else that was relevant.
I attached my ootp trace file as well. I can give you the whole strace output if needed as well.
Thanks,
|