Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-3.x-dev
Component:
content.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2010 at 09:32 UTC
Updated:
5 Jan 2011 at 00:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
yched commentedBummer. This is caused by #736440: CCK Provokes PHP memory leak with recursive objects, that I committed yesterday.
Let's move this over there.
Comment #2
yched commented@traceelements : *should* be fixed now in latest -dev.
I could use a confirmation on your side, though, since I was not able to reproduce the error you reported. Thanks !
Comment #3
traceelements commentedIt's still happening after installing latest dev. It it possible this is being caused by another module?
Comment #4
tribalrose commentedJust got this error when I submit a webform from Webform module if that helps narrow things down.
The form submissions show up in the Webform results tab but try to view them brings up the error message again.
...and trying to add a comment to a node also gets the same error.
Comment #5
yched commentedGee, how many safeguards do we have to put in there ?
Can you try the attached patch ?
Comment #6
tribalrose commentedNever mind... (head hung in shame) I thought I was running the current dev.
Updated and all is well again without the patch.
Comment #7
yched commented;-)
Good to know, thanks for reporting back !
Comment #8
yched commentedEr, except I overlooked @traceelements' report in #3 :-(.
Sounds surprsing though. Waiting for confirmation on his side that the dev release faiils and that patch #5 fixes it.
Comment #9
traceelements commentedNot sure what fixed it, but everything seems to be working fine now. Thanks!