Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] python3-lz4 segaults when running tests on x86_64-musl
@ 2021-04-06 22:47 ahesford
  2021-04-06 23:11 ` ahesford
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ahesford @ 2021-04-06 22:47 UTC (permalink / raw)
  To: ml

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

New issue by ahesford on void-packages repository

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

Description:
### System

* xuname:
  ```  
  Void 5.10.27_1 x86_64-musl AuthenticAMD uptodate FFFF
  ```

* package:  `python3-lz4-3.1.3_1`

### Expected behavior
Running `xbps-src check python3-lz4` in an `x86_64-musl` masterdir should succeed.

### Actual behavior
As run:
```
........................................................................ [ 14%]
..../void-packages/common/build-style/python3-module.sh: line 26:  6982 Segmentation fault      python3 -m pytest ${make_check_args} ${make_check_target}
```

Adding `make_check_args="-v"`:
```
tests/block/test_block_0.py::test_1[data7-mode29-store_size1-dictionary4-return_bytearray1] PASSED [ 15%]
tests/block/test_block_0.py::test_2[data0-mode0-store_size0-dictionary0] /void-packages/common/build-style/python3-module.sh: line 26: 12230 Segmentation fault      python3 -m pytest ${make_check_args} ${make_check_target}
```

### Steps to reproduce the behavior
```
# On an x86_64-musl host:
./xbps-src binary-bootstrap
# On an x86_64 host:
./xbps-src binary-bootstrap x86_64-musl

sed -i '/^build_style/a make_check_args="-v"' srcpkgs/python3-lz4/template

./xbps-src check python3-lz4
```

@ericonr, if you're bored and looking for something to think about. Alpine is no help because their version of `py3-lz4` is much older.

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

* Re: python3-lz4 segaults when running tests on x86_64-musl
  2021-04-06 22:47 [ISSUE] python3-lz4 segaults when running tests on x86_64-musl ahesford
@ 2021-04-06 23:11 ` ahesford
  2022-05-17  2:14 ` python3-lz4 segfaults " github-actions
  2022-06-01  2:14 ` [ISSUE] [CLOSED] " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2021-04-06 23:11 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/30060#issuecomment-814491603

Comment:
**Note**: this segfault also affects `xpra` when trying to connect to a remote session with, *e.g.*,
```
xpra start ssh:remote-hostname --exit-with-children --start-child xterm
```
because `xpra` tries to use `lz4` compression. I believe this can be worked around in `xpra` by disabling `lz4` compression using the `--compressors=lzo,zlib` argument or the `compressors` configuration option.

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

* Re: python3-lz4 segfaults when running tests on x86_64-musl
  2021-04-06 22:47 [ISSUE] python3-lz4 segaults when running tests on x86_64-musl ahesford
  2021-04-06 23:11 ` ahesford
@ 2022-05-17  2:14 ` github-actions
  2022-06-01  2:14 ` [ISSUE] [CLOSED] " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-05-17  2:14 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/30060#issuecomment-1128327727

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] 4+ messages in thread

* Re: [ISSUE] [CLOSED] python3-lz4 segfaults when running tests on x86_64-musl
  2021-04-06 22:47 [ISSUE] python3-lz4 segaults when running tests on x86_64-musl ahesford
  2021-04-06 23:11 ` ahesford
  2022-05-17  2:14 ` python3-lz4 segfaults " github-actions
@ 2022-06-01  2:14 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-06-01  2:14 UTC (permalink / raw)
  To: ml

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

Closed issue by ahesford on void-packages repository

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

Description:
### System

* xuname:
  ```  
  Void 5.10.27_1 x86_64-musl AuthenticAMD uptodate FFFF
  ```

* package:  `python3-lz4-3.1.3_1`

### Expected behavior
Running `xbps-src check python3-lz4` in an `x86_64-musl` masterdir should succeed.

### Actual behavior
As run:
```
........................................................................ [ 14%]
..../void-packages/common/build-style/python3-module.sh: line 26:  6982 Segmentation fault      python3 -m pytest ${make_check_args} ${make_check_target}
```

Adding `make_check_args="-v"`:
```
tests/block/test_block_0.py::test_1[data7-mode29-store_size1-dictionary4-return_bytearray1] PASSED [ 15%]
tests/block/test_block_0.py::test_2[data0-mode0-store_size0-dictionary0] /void-packages/common/build-style/python3-module.sh: line 26: 12230 Segmentation fault      python3 -m pytest ${make_check_args} ${make_check_target}
```

### Steps to reproduce the behavior
```
# On an x86_64-musl host:
./xbps-src binary-bootstrap
# On an x86_64 host:
./xbps-src binary-bootstrap x86_64-musl

sed -i '/^build_style/a make_check_args="-v"' srcpkgs/python3-lz4/template

./xbps-src check python3-lz4
```

@ericonr, if you're bored and looking for something to think about. Alpine is no help because their version of `py3-lz4` is much older.

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

end of thread, other threads:[~2022-06-01  2:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06 22:47 [ISSUE] python3-lz4 segaults when running tests on x86_64-musl ahesford
2021-04-06 23:11 ` ahesford
2022-05-17  2:14 ` python3-lz4 segfaults " github-actions
2022-06-01  2:14 ` [ISSUE] [CLOSED] " github-actions

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).