Opened 9 years ago

Closed 9 years ago

#3271 closed defect (worksforme)

WARNING: problem in alloc set ExprContext: detected write past chunk end in block 0000000004E0C9F0, chunk 0000000004E0DA80

Reported by: robe Owned by: robe
Priority: critical Milestone: PostGIS 2.2.0
Component: pagc_address_parser Version: master
Keywords: Cc:

Description

This warning only seems to show if I'm testing under mingw64 (presumably because I have that PostgreSQL compiled with cassert)

This I noticed when running the parse_address regression test:

copy test_parse_address (instring, outstring) from stdin;
select id, instring, outstring as expected, parse_address(instring) as got_result
  from test_parse_address
 where instring not like '@@%' and parse_address(instring)::text != outstring;
WARNING:  problem in alloc set ExprContext: detected write past chunk end in block 0000000004E0C9F0, chunk 0000000004E0DA80

I usually test against VC++ build so it's possible this has been there for a while and I missed it or I introduced it when I made a change to parse_address at r13992

Change History (1)

comment:1 by robe, 9 years ago

Resolution: worksforme
Status: newclosed

Okay not sure why happened here. I'm not getting the error anymore when testings with my mingw64 install. Might be my playing around with parse_address I introduced something that I later cleared out when I repulled the file.

Note: See TracTickets for help on using tickets.