Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] zpaq segment faults
@ 2021-05-23 19:37 Mek101
  2021-05-23 23:12 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mek101 @ 2021-05-23 19:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 841 bytes --]

New issue by Mek101 on void-packages repository

https://github.com/void-linux/void-packages/issues/31080

Description:
### System

* xuname:  
  Void 5.11.22_1 x86_64-musl AuthenticAMD uptodate rrnFFFFFF

* package:  
  `zpaq-7.15_2`

### Expected behavior
`zpaq` compresses the given folder

### Actual behavior
`zpaq` segment faults just after starting

### Steps to reproduce the behavior
Attempt to create a new archive with `zpaq add`

```
[mek101@home-server /storage/anime/No Game No Life]$ zpaq add 720p.paq 720p/\[Fate-Subs\]\ No\ Game\ No\ Life\ -\ 01\ \[720p\].mkv 
zpaq v7.15 journaling archiver, compiled Nov 27 2018
Creating 720p.paq at offset 0 + 0
Adding 559.388679 MB in 1 files -method 14 -threads 4 at 2021-05-23 19:39:45.
 3.06% 0:01:13 [1..244] 16714017 -method 14,52,0
Segmentation fault
```


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zpaq segment faults
  2021-05-23 19:37 [ISSUE] zpaq segment faults Mek101
@ 2021-05-23 23:12 ` ericonr
  2021-05-24 10:30 ` Mek101
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-05-23 23:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/31080#issuecomment-846639599

Comment:
I wouldn't be surprised if this has existed since forever for the package on musl. Have you used it before?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zpaq segment faults
  2021-05-23 19:37 [ISSUE] zpaq segment faults Mek101
  2021-05-23 23:12 ` ericonr
@ 2021-05-24 10:30 ` Mek101
  2022-05-20  2:12 ` github-actions
  2022-05-21 18:27 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: Mek101 @ 2021-05-24 10:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 271 bytes --]

New comment by Mek101 on void-packages repository

https://github.com/void-linux/void-packages/issues/31080#issuecomment-846948372

Comment:
>Have you used it before?

No, I just installed it because I wanted to archive some old anime episodes I now have in higher res

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zpaq segment faults
  2021-05-23 19:37 [ISSUE] zpaq segment faults Mek101
  2021-05-23 23:12 ` ericonr
  2021-05-24 10:30 ` Mek101
@ 2022-05-20  2:12 ` github-actions
  2022-05-21 18:27 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-20  2:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/31080#issuecomment-1132374801

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zpaq segment faults
  2021-05-23 19:37 [ISSUE] zpaq segment faults Mek101
                   ` (2 preceding siblings ...)
  2022-05-20  2:12 ` github-actions
@ 2022-05-21 18:27 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-05-21 18:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/31080#issuecomment-1133748070

Comment:
I can reproduce this:
```
Program terminated with signal SIGSEGV, Segmentation fault.
#0  memcpy () at src/string/x86_64/memcpy.s:18
18	src/string/x86_64/memcpy.s: No such file or directory.
[Current thread is 1 (LWP 8176)]
#0  memcpy () at src/string/x86_64/memcpy.s:18
#1  0x00005619b0412cd5 in libzpaq::StringBuffer::read (this=0x7fb3de968d30, buf=<optimized out>, n=16384) at libzpaq.h:1472
#2  0x00005619b04335a5 in libzpaq::Compressor::compress (this=this@entry=0x7fb3de5f5790, n=n@entry=-1) at libzpaq.cpp:2930
#3  0x00005619b043bfa6 in libzpaq::compressBlock (in=in@entry=0x7fb3de968d30, out=out@entry=0x7fb3de968d78, method_=<optimized out>, filename=0x7fb3de9686a0 "jDC20220521182512d0000000001", comment=0x7fb3de968de0 "jDC\001", dosha1=dosha1@entry=true) at libzpaq.cpp:7718
#4  0x00005619b0400c96 in compressThread (arg=0x7ffcb714f490) at /usr/include/c++/8.2/bits/basic_string.h:2281
#5  0x00007fb3de9208ce in start (p=0x7fb3de610ac0) at src/thread/pthread_create.c:195
#6  0x00007fb3de92d9fb in __clone () at src/thread/x86_64/clone.s:22
Backtrace stopped: frame did not save the PC
```

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-21 18:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 19:37 [ISSUE] zpaq segment faults Mek101
2021-05-23 23:12 ` ericonr
2021-05-24 10:30 ` Mek101
2022-05-20  2:12 ` github-actions
2022-05-21 18:27 ` paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).