Bugs item #3161728, was opened at 2011-01-19 17:22
Message generated for change (Settings changed) made by shcheklein
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=3161728&group_id=129076
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: Sedna (development)
>Status: Closed
Resolution: Fixed
Priority: 8
Private: No
Submitted By: Ilya Taranov (mozinsur)
Assigned to: Ilya Taranov (mozinsur)
Summary: sorted sequence fails
Initial Comment:
For document generated by the following php script:
<root>
<?
for ($i = 0; $i < 1000000; ++$i) {
?>
<item id="item-no-<? echo $i; ?>" />
<?
}
?>
</root>
(LOAD "subj.xml" "x")
Fails on CREATE INDEX "test" ON doc("x")/root/item by @id as xs:string
Fails in sorted_sequence .
Confirmed on linux, windows.
----------------------------------------------------------------------
Comment By: Ilya Taranov (mozinsur)
Date: 2011-01-19 19:54
Message:
Already fixed locally.
----------------------------------------------------------------------
Comment By: Ivan Shcheklein (shcheklein)
Date: 2011-01-19 19:42
Message:
Reproduced on x86 version. The problem is memory leaking in the counted
ptr. Check this
http://modis.ispras.ru/gitweb/sedna.git/commit/98c41ad8fe9ddcf983d1b52c84780e5964ef219f
patch which broke counted ptr.
Valgrind example:
==30030== 16 bytes in 1 blocks are definitely lost in loss record 1,699 of
5,631
==30030== at 0x4C24DFA: operator new(unsigned long)
(vg_replace_malloc.c:261)
==30030== by 0x597A37: counted_ptr<profile_info,
de_delete<profile_info> >::counted_ptr(profile_info*) (counted_ptr.h:33)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=3161728&group_id=129076
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion