Hi,
In the Debian build environment, there are test failures on the loong64 architecture—specifically, in my opinion, involving modest (the HTML parser).
https://buildd.debian.org/status/fetch.php?pkg=python-selectolax&arch=loong64&ver=0.4.10-1&stamp=1779880458&raw=0
Here is the trace:
Current thread's C stack trace (most recent call first):
Binary file "python3.14", at _Py_DumpStack+0x28 [0x120346414]
Binary file "python3.14" [0x1203fe49c]
Binary file "linux-vdso.so.1", at __vdso_rt_sigreturn+0x0 [0x7ffffefa8a3c]
Binary file "/usr/lib/loongarch64-linux-gnu/libmodest.so.0", at myhtml_parser_stream+0x4 [0x7fffef9df8e8]
Binary file "/usr/lib/loongarch64-linux-gnu/libmodest.so.0", at mythread_function_queue_stream+0xc8 [0x7fffef9a4164]
Binary file "/usr/lib/loongarch64-linux-gnu/libc.so.6", at +0x8e4e4 [0x7ffff2cfe4e4]
Binary file "/usr/lib/loongarch64-linux-gnu/libc.so.6", at +0x10b4f8 [0x7ffff2d7b4f8]
Extension modules: selectolax.lexbor, selectolax.parser (total: 2)
Segmentation fault
What are your plans regarding removing modest and relying exclusively on lexbor?
Hi,
In the Debian build environment, there are test failures on the
loong64architecture—specifically, in my opinion, involvingmodest(the HTML parser).https://buildd.debian.org/status/fetch.php?pkg=python-selectolax&arch=loong64&ver=0.4.10-1&stamp=1779880458&raw=0
Here is the trace:
What are your plans regarding removing
modestand relying exclusively onlexbor?