× Joomla Facebook Connect support forum

Topic-icon Apache segfault on logout

Active Subscriptions:

None
14 years 8 months ago #13586 by avialogs
Hi,

I am running the last version of JFBconnect. Joomla is last 1.5 version and everything is on a dedicated server. The site is running jomsocial too. I have disabled the jomsocial facebook connect plugin. When a user press the logout button, the server segfault. I tried to remove all accelerations (apc..) and protection (suhosin), but without change. There is no trace in log.

Sh404 is disabled for jfbconnect.

Any idea ? I would like to avoid to have to recompile apache/php with debug symbols.

Benoit
The topic has been locked.
Support Specialist
14 years 8 months ago #13602 by alzander
Replied by alzander on topic Apache segfault on logout
Wow, never heard of that. Our logout functionality simply calls Joomla's standard logout calls. The only reason we have our own logout call is simply to (possibly) call a Javascript function to log the user out of Javascript as well. The call for Javascript obviously isn't the issue.

If you want to take a look at the logout code, it's in /components/com_jfbconnect/controller.php at the bottom. There's a logout function. The top figures out where to redirect the user (pretty basic, though 20 or so lines because there's multiple configuration ways to redirect them), a simple SQL query to the database, and then calling Joomla's logout.. which could trigger a ton of other things, but nothing that should be specific to JFBConnect.

All I can think to recommend is trying with sh404 off completely (redirects can be annoying) and all user plugins disabled (except Joomla). Might help you narrow things down, but really clueless on this one, sorry to say.

Let us know if you figure anything out,
Alex
The topic has been locked.