segmentation fault when using 2.3.2 and sitemaps 3.0.3
-
Hi,
Experiencing sitemap plugin errors when generating sitemap for first time. It’s working fine on my other blogs.Using WP 2.3.2
Google XML Sitemaps 3.0.3Using “debug function” does nothing. Just spins and I let it go for 5 minutes.
Only thing in log:
[Thu Jan 03 08:07:44 2008] [notice] child pid 17656 exit signal Segmentation fault (11)I do see content being added to sitemap.xml, but it’s obviously dieing someplace in the process:
<?xml version=”1.0″ encoding=”UTF-8″?><?xml-stylesheet type=”text/xsl” href=”https://a.com/wp-content/plugins/google-sitemap-generator/sitemap.xsl”?><!– generator=”wordpress/2.3.2″ –><!– sitemap-generator-url=”https://www.arnebrachhold.de” sitemap-generator-version=”3.0.3″ –><!– generated-on=”January 3, 2008 8:07 am” –><!– Debug: Total comment count: 1 –><urlset xmlns:xsi=”https://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=”https://www.sitemaps.org/schemas/sitemap/0.9 https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd” xmlns=”https://www.sitemaps.org/schemas/sitemap/0.9″> <url>
<loc>https://a.com/</loc>
<lastmod>2008-01-03T13:00:04+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<!– Debug: Start Postings –><!– Debug: Priority report of postID 1: Comments: 1 of 1 = 1 points –> <url>
<loc>https://a.com/?p=1</loc>
<lastmod>2008-01-03T13:00:04+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://a.com/?page_id=2</loc>
<lastmod>2008-01-03T13:00:04+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>Then nothing. Any ideas? Suggestions?
- The topic ‘segmentation fault when using 2.3.2 and sitemaps 3.0.3’ is closed to new replies.