Bugs item #3161728, was opened at 2011-01-19 17:22
Message generated for change (Settings changed) made by mozinsur
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: Open
>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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to