Discussion:
Got Warning Messages When Running Test Case
(too old to reply)
Bowen Shang
2011-01-21 23:46:08 UTC
Permalink
Hi,

I ran the two test cases provided on cs448 webpage, and every was fine
except that I got some warning messages. All the warnings were
complaining about that the database has detected write past chunk end in
PortalHeapMemory. I copied one of them below:

WARNING: detected write past chunk end in PortalHeapMemory 0x2615868
CONTEXT: COPY test, line 1847: "1847 aerating"

I don't really understand what these warnings mean. Does anyone have a clue?

Thank you,

Bowen
Pedram Ghodsnia
2011-01-22 19:53:13 UTC
Permalink
Post by Bowen Shang
Hi,
I ran the two test cases provided on cs448 webpage, and every was fine
except that I got some warning messages. All the warnings were
complaining about that the database has detected write past chunk end in
WARNING: detected write past chunk end in PortalHeapMemory 0x2615868
CONTEXT: COPY test, line 1847: "1847 aerating"
I don't really understand what these warnings mean. Does anyone have a clue?
Thank you,
Bowen
Hi Bowen,
Do you get this warning before changing the code too?

Pedram
Bowen Shang
2011-01-24 16:57:53 UTC
Permalink
Post by Pedram Ghodsnia
Post by Bowen Shang
Hi,
I ran the two test cases provided on cs448 webpage, and every was fine
except that I got some warning messages. All the warnings were
complaining about that the database has detected write past chunk end in
WARNING: detected write past chunk end in PortalHeapMemory 0x2615868
CONTEXT: COPY test, line 1847: "1847 aerating"
I don't really understand what these warnings mean. Does anyone have a clue?
Thank you,
Bowen
Hi Bowen,
Do you get this warning before changing the code too?
Pedram
No, I don't think so.
Pedram Ghodsnia
2011-01-24 18:16:35 UTC
Permalink
Post by Bowen Shang
Post by Pedram Ghodsnia
Post by Bowen Shang
Hi,
I ran the two test cases provided on cs448 webpage, and every was fine
except that I got some warning messages. All the warnings were
complaining about that the database has detected write past chunk end in
WARNING: detected write past chunk end in PortalHeapMemory 0x2615868
CONTEXT: COPY test, line 1847: "1847 aerating"
I don't really understand what these warnings mean. Does anyone have a clue?
Thank you,
Bowen
Hi Bowen,
Do you get this warning before changing the code too?
Pedram
No, I don't think so.
So, probably you are doing something wrong in your code.
Please take a look at the Ken's suggesions in post "Re: CS448 A1".

Pedram
bshang
2011-01-24 22:47:20 UTC
Permalink
Post by Pedram Ghodsnia
Post by Bowen Shang
Post by Pedram Ghodsnia
Post by Bowen Shang
Hi,
I ran the two test cases provided on cs448 webpage, and every was fine
except that I got some warning messages. All the warnings were
complaining about that the database has detected write past chunk end in
WARNING: detected write past chunk end in PortalHeapMemory 0x2615868
CONTEXT: COPY test, line 1847: "1847 aerating"
I don't really understand what these warnings mean. Does anyone have a clue?
Thank you,
Bowen
Hi Bowen,
Do you get this warning before changing the code too?
Pedram
No, I don't think so.
So, probably you are doing something wrong in your code.
Please take a look at the Ken's suggesions in post "Re: CS448 A1".
Pedram
Yes, you are right. I mistakenly thought that the key was a string.
Everything was fine after I removed the o terminator.

Thank you,

Bowen

Loading...