[wp-trac] [WordPress Trac] #23001: invoking post_gallery filter causes segfault
WordPress Trac
noreply at wordpress.org
Wed Dec 19 06:50:12 UTC 2012
#23001: invoking post_gallery filter causes segfault
--------------------------+------------------------------
Reporter: gcrumb | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: 3.5
Severity: major | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by dd32):
I'm going to take a guess here, pipp_gallery_shortcode() calls the
post_gallery filter, which calls pipp_gallery_shortcode(), which calls the
post_gallery filer, which calls pipp_gallery_shortcode().. etc..
Because there's multiple layers of functions there, PHP's infinite loop
protection probably doesn't kick in, remove the filter from your filter
and see if that stops it, otherwise, keep debugging your filter and find
what does cause it.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23001#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list