Closed (fixed)
Project:
Real Name
Version:
6.x-1.x-dev
Component:
Performance
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Jan 2009 at 17:12 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent
Comments
Comment #1
dlx commentedComment #2
nancydruDo you have any other modules that might be at play here? I have never even heard of this before.
Comment #3
dlx commentedHi Nancy,
I do have a few modules that could deal with profiles: apply_for_role, autoassignrole, profile_category_weight, profile_permission, profile_role. However, I disabled them all and have the same result - basically, it's a blank page in Firefox on /user/uid page. Chrome gives an error I described in the initial post. Again /user/uid/edit works just fine.
I did notice though a few bugs reported similar to this one in a queue.
Sincerely,
Alex.
Comment #4
dlx commentedUpdate: Actually, apache logs indicate [Fri Jan 30 10:46:19 2009] [notice] child pid 19505 exit signal Segmentation fault (11) on that page.
After disabling realname module everything goes back to normal...
Comment #5
dlx commentedOk, it seems that
user_load()on line 146 is causing the problem.When it's commented out, profile viewing is fine.
Comment #6
dlx commentedOk, here's what fixed it.
On line 134 I changed the $op parameter from 'load' to 'view'. I'm not sure whether it's going to affect anything else though. I suspect that the Related content listing on the profile page causes segmentation fault if the option is 'load'.
Sincerely,
Alex.
Comment #7
dlx commentedComment #8
nancydruWell, let's try it. I didn't see any problems in my testing, and I'm not sure why there should be any.
Committed to 6.x only.