pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/54071 (mate build problems)
The following reply was made to PR pkg/54071; it has been noted by GNATS.
From: Benjamin Lorenz <ben@pocket.services>
To: <gnats-bugs%netbsd.org@localhost>,
<youri%netbsd.org@localhost>,
<gnats-admin%netbsd.org@localhost>,
<pkgsrc-bugs%netbsd.org@localhost>
Cc:
Subject: Re: pkg/54071 (mate build problems)
Date: Sun, 07 Apr 2019 11:41:04 +0200
Compiled with debug symbols. It is crashing in libxml.c, in the directory /home/bjjl/8.99/pkgsrc/textproc/py-libxml2/work/libxml2-2.9.9/python, in the switch statement
switch (cur->type) {
case XML_ELEMENT_NODE:
res = (const xmlChar *) "element";
break;
case XML_ATTRIBUTE_NODE:
res = (const xmlChar *) "attribute";
break;
case XML_TEXT_NODE:
res = (const xmlChar *) "text";
break;
...
Core was generated by `python3.7'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000072da7964b1ea in libxml_type (self=0x72da7c9113a8, args=0x72da7c823098) at libxml.c:2763
2763 res = (const xmlChar *) "attribute";
(gdb) bt
#0 0x000072da7964b1ea in libxml_type (self=0x72da7c9113a8, args=0x72da7c823098) at libxml.c:2763
#1 0x000072da7d67f3eb in _PyMethodDef_RawFastCallKeywords () from /usr/pkg/lib/libpython3.7.so.1.0
#2 0x000072da7d67f5f2 in _PyCFunction_FastCallKeywords () from /usr/pkg/lib/libpython3.7.so.1.0
Home |
Main Index |
Thread Index |
Old Index