Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914199 - dev-python/tables-3.8.0-r3 - test01_readTable (tables.tests.test_tables.CompressBlosc2TablesTestCase) Checking table read. ... /var/tmp/portage/dev-python/tables-3.8.0-r3/temp/environment: line 4022: 20874 Segmentation fault (core dumped)
Summary: dev-python/tables-3.8.0-r3 - test01_readTable (tables.tests.test_tables.Compr...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-09-14 21:16 UTC by ernsteiswuerfel
Modified: 2024-01-13 14:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (ppc, 3.8.0-r3) (pytables-3.8.0-r3:20230914-210014.log,325.58 KB, text/plain)
2023-09-14 21:16 UTC, ernsteiswuerfel
Details
emerge --info (file_914199.txt,6.26 KB, text/plain)
2023-09-14 21:19 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2023-09-14 21:16:29 UTC
Created attachment 870588 [details]
build.log (ppc, 3.8.0-r3)

[...]
Checking tablefilters. ... ok
test06_attributes (tables.tests.test_tables.CompressBloscTablesTestCase) ... ok
test07_out_of_order_members (tables.tests.test_tables.CompressBloscTablesTestCase) ... ok
test08_AppendModifyRows (tables.tests.test_tables.CompressBloscTablesTestCase)
Checking whether blosc2 optimized appending *and* reading rows works or not ... ok
test00_description (tables.tests.test_tables.CompressBlosc2TablesTestCase)
Checking table description and descriptive fields. ... ok
test01_readTable (tables.tests.test_tables.CompressBlosc2TablesTestCase)
Checking table read. ... /var/tmp/portage/dev-python/pytables-3.8.0-r3/temp/environment: line 4022: 20874 Segmentation fault      (core dumped) "${EPYTHON}" tables/tests/test_all.py -v
 * ERROR: dev-python/pytables-3.8.0-r3::gentoo failed (test phase):
 *   (no error message)


coredumpctl gdb says:

                Stack trace of thread 20874:
                #0  0x00000000f5b4dc20 blosc2_schunk_open_offset (libblosc2.so + 0x5dc20)
                #1  0x00000000f0cef880 n/a (/var/tmp/portage/dev-python/pytables-3.8.0-r3/work/tables-3.8.0-python3_10/lib/tables/tableextension.cpython-310-powerpc-linux-gnu.so + 0xf880)
                ELF object binary architecture: PowerPC

[...]

Core was generated by `python3.10 tables/tests/test_all.py -v'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0xf5b4dc20 in blosc2_schunk_open_offset () from /usr/lib/libblosc2.so
Comment 1 ernsteiswuerfel archtester 2023-09-14 21:19:13 UTC
Created attachment 870589 [details]
emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-09-15 03:19:27 UTC
(Remember to CC other maintainers too, like sci here.)

This is probably related to the various portability issues uncovered in bug 911660. I need to finish the alignment fixes at least.