This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/11220] arrays can't store MAXSTRINGLEN strings
- From: "dsmith at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 25 Jan 2010 20:18:55 -0000
- Subject: [Bug runtime/11220] arrays can't store MAXSTRINGLEN strings
- References: <20100125201641.11220.dsmith@redhat.com>
- Reply-to: sourceware-bugzilla at sourceware dot org
------- Additional Comments From dsmith at redhat dot com 2010-01-25 20:18 -------
Created an attachment (id=4555)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4555&action=view)
test script that demonstrates the problem
Here's the output from the attached test script:
# stap ../string_array.stp
strings *don't* match!
str: 0:123456789+123456789+123456789+123456789+123456789+123456789
1:123456789+123456789+123456789+123456789+123456789+123456789
2:123456789+123456789+123456789+123456789+123456789+123456789
3:123456789+123456789+123456789+123456789+123456789+123456789
4:123456789+123456789+123456789+123456789+123456789+123456789
5:123456789+123456789+123456789+123456789+123456789+123456789
6:123456789+123456789+123456789+123456789+123456789+123456789
7:123456789+123456789+123456789+123456789+123456789+123456789
string_array[0]:
0:123456789+123456789+123456789+123456789+123456789+123456789
1:123456789+123456789+123456789+123456789+123456789+123456789
2:123456789+123456789+123456789+123456789+123456789+123456789
3:123456789+123456789+123456789+123456789+123456789+123456789 4
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11220
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.