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.

Comments

okokokok’s picture

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

     // a kivalasztott mezoket a megfelelo formara alakitjuk
    foreach ($field as $f) {

(I don't read or speak Hungarian.)

stevenpatz’s picture

columns in the selected converted into the appropriate format

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

okokokok’s picture

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.

mr.york’s picture

Could you please check that it is working without LDAP?

mr.york’s picture

Status: Active » Closed (fixed)