Custom Query (429 matches)
Results (28 - 30 of 429)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#37 | fixed | CDATA section and invalid characters | ||
Description |
It would be nice to report all characters before invalid character in CDATA sections. See test ibm-1-1-not-wf-P02-ibm02n09.xml |
|||
#448 | fixed | CONSTRAINT_ERROR at league.stream_element_vectors.element (LZMA filter) | ||
Description |
## Packing design/filters for testing (attached) tar -cJvf /tmp/filters.tar.xz .objs/xz_cat /tmp/filters.tar.xz /tmp/test raised CONSTRAINT_ERROR : league-stream_element_vectors.adb:194 index check failed (gdb) bt #0 <gnat_debug_raise_exception> (e=0x612540 <constraint_error>) at s-excdeb.adb:43 #1 0x00007ffff71a3975 in ada.exceptions.complete_occurrence (x=x@entry=0x614400) at a-except.adb:932 #2 0x00007ffff71a3980 in ada.exceptions.complete_and_propagate_occurrence (x=x@entry=0x614400) at a-except.adb:941 #3 0x00007ffff71a3d88 in ada.exceptions.raise_with_location_and_msg (e=0x612540 <constraint_error>, f=f@entry=(system.address) 0x7ffff7af0620, l=l@entry=194, c=c@entry=0,
#4 0x00007ffff71a3964 in <gnat_raise_constraint_error_msg> (file=file@entry=(system.address) 0x7ffff7af0620, line=line@entry=194, column=column@entry=0,
#5 0x00007ffff71a3e6b in <gnat_rcheck_CE_Index_Check> (file=file@entry=(system.address) 0x7ffff7af0620, line=line@entry=194) at a-except.adb:1242 #6 0x00007ffff78c36a3 in league.stream_element_vectors.element (self=..., index=<optimized out>)
#7 0x0000000000405022 in matreshka.filters.lzma.dictionaries.get (self=..., index=85722170)
#8 0x00000000004051eb in matreshka.filters.lzma.dictionaries.repeat (self=..., index=85722170, length=3, output=...)
#9 0x000000000040bb87 in matreshka.filters.lzma.xz_unpack.read_match (self=..., input=..., index=1060, output=...)
#10 0x000000000040a6b0 in matreshka.filters.lzma.xz_unpack.read_compressed_chunk_bytes (output=..., ok=true)
#11 0x000000000040ce22 in matreshka.filters.lzma.xz_unpack.read (self=..., input=..., output=...)
#12 0x0000000000403ee7 in xz_cat () at /home/pavel/projects/matreshka/matreshka/trunk/design/filters/xz_cat.adb:24 (gdb) up #8 0x00000000004051eb in matreshka.filters.lzma.dictionaries.repeat (self=..., index=85722170, length=3, output=...)
118 Data (J) := Self.Get (Index); (gdb) print index $6 = 85722170 (gdb) info args self = (data => (data => 0x6ec250), position => 5) index = 85722170 length = 3 output = (data => 0x680300) |
|||
#42 | fixed | CONSTRAINT_ERROR at matreshka/source/xml/xml/xml-sax-simple_readers-parser.adb:958 | ||
Description |
I've got constraint error during parsing XML in AXMPP library, with incremental SAX parser, which is read data from socket as source. I reset XML Reader each time, when new XMPP stream is opened with Self.Reader.Set_Input_Source (Self.Source'Access); Catchpoint 2, CONSTRAINT_ERROR at 0x00007ffff5995603 in xml.sax.simple_readers.parser.yyparse (self=<value optimized out>, <selfL>=<value optimized out>) at /mnt/work/programming/projects/matreshka/source/xml/xml/xml-sax-simple_readers-parser.adb:958 958 YY.TOS := YY.TOS - YY_Rule_Length (YY_Rule_Id) + 1; (gdb) bt #0 <__gnat_debug_raise_exception> (e=0x7ffff3ece900) at s-except.adb:46 #1 0x00007ffff3ab68b7 in <__gnat_raise_nodefer_with_msg> (e=0x7ffff3ece900) at a-except.adb:834 #2 0x00007ffff3ab6cae in ada.exceptions.raise_with_location_and_msg (e=0x7ffff3ece900, f=<value optimized out>, l=<value optimized out>, m=<value optimized out>) at a-except.adb:999 #3 0x00007ffff3ab6898 in <__gnat_raise_constraint_error_msg> (file=<value optimized out>, line=<value optimized out>, msg=(system.address) 0x7ffff39ab2a0) at a-except.adb:799 #4 0x00007ffff3ab6de6 in <__gnat_rcheck_12> (file=(system.address) 0x7ffff3ece900, line=19) at a-except.adb:1087 #5 0x00007ffff5995603 in xml.sax.simple_readers.parser.yyparse (self=<value optimized out>, <selfL>=<value optimized out>) at /mnt/work/programming/projects/matreshka/source/xml/xml/xml-sax-simple_readers-parser.adb:958 #6 0x00007ffff59b2d97 in xml.sax.simple_readers.parse (self=0x7ffff3ece900, <selfL>=19) at /mnt/work/programming/projects/matreshka/source/xml/xml-sax-simple_readers.adb:246 #7 0x00007ffff796ddbc in xmpp.sessions.read_data (self=0x6cfdc0, <selfL>=0) at /mnt/work/programming/projects/axmpp/trunk/axmpp/source/xmpp-sessions.adb:799 #8 0x00007ffff79602f3 in xmpp.networks.recieve (self=0x6cfdc0, <selfL>=0) at /mnt/work/programming/projects/axmpp/trunk/axmpp/source/xmpp-networks.adb:218 #9 0x00007ffff795e29e in xmpp.networks.reader_task (<_task>=0x80b8b0) at /mnt/work/programming/projects/axmpp/trunk/axmpp/source/xmpp-networks.adb:82 #10 0x00007ffff3f09b11 in system.tasking.stages.task_wrapper () from /opt/gnat/lib/gcc/x86_64-pc-linux-gnu/4.3.6/adalib/libgnarl-2010.so (gdb) |