Apache segmentation fault when trying CSV export

guaka - October 16, 2009 - 12:19
Project:Trouble ticketing system to support Computer Network Operations
Version:6.x-3.0-rc4
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

When I'm trying a CSV export I'm getting a WSOD and in Apache's logs I find stuff like:

[Thu Oct 15 16:18:37 2009] [notice] child pid 31242 exit signal Segmentation fault (11)
[Thu Oct 15 16:19:10 2009] [notice] child pid 31243 exit signal Segmentation fault (11)
[Thu Oct 15 16:27:27 2009] [notice] child pid 31244 exit signal Segmentation fault (11)
[Thu Oct 15 16:27:27 2009] [notice] child pid 31663 exit signal Segmentation fault (11)

(one for every try)

Web export works fine.

#1

guaka - October 16, 2009 - 12:40

It seems to occur in this loop in ticket.search.inc:

<?php
    
// a kivalasztott mezoket a megfelelo formara alakitjuk
   
foreach ($field as $f) {
?>

(I don't read or speak Hungarian.)

#2

spatz4000 - October 16, 2009 - 12:44

columns in the selected converted into the appropriate format

Do yu have some example data that is trying to be exported?

#3

guaka - October 16, 2009 - 12:57

I found out all fields are working fine, except for "Opened by" and "Assigned to". So this might actually be a problem with user_load - the site uses LDAP authentication. The rest of the site (an intranet) works fine though.

#4

mr.york - November 4, 2009 - 14:04

Could you please check that it is working without LDAP?

 
 

Drupal is a registered trademark of Dries Buytaert.