mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #78] Segmentation fault on Debian Wheezy #58
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aomader on GitHub (Apr 24, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/78
Hey fellas,
I'm happily using ViMbAdmin but I recently encountered a problem concerning segmentation faults.
Since 04/22 I run into segmentation faults trying to access vba. I think it might be caused by the recent update of OpenSSL (openssl:amd64 1.0.1e-2+deb7u), because that's basically the only thing that changed.
Any hints on how to debug the problem? The current output is not helpful at all:
@barryo commented on GitHub (Apr 24, 2014):
Sorry - seg fault is more of an os issue and not a ViMbAdmin issue 😇
@aomader commented on GitHub (Apr 24, 2014):
So a Null-Pointer Exception in C is more of a language issue but a bug in the software?
Sine all other PHP-based software runs just fine, it's definitely something with ViMbAdmin. Nevertheless I'm willing to look into it and debug it to find the source of the problem, yet I need some hints how to do so, since my profession has nothing to with PHP. So although you don't feel responsible for this kind of problem it would be really helpful if you could tell me how I could come to the root of all evil.
@barryo commented on GitHub (Apr 25, 2014):
As we can't reproduce, we can't try to fix ourselves. Some useful links:
@aomader commented on GitHub (Apr 26, 2014):
stracereveals the following:Using
gdbI can print the stacktrace:The
xdebugoutput is way to long, therefore I uploaded it here.Is that of any help for you? I don't really
seewhat might be the problem, so if you could spare a few minutes and look at it I would be really grateful.@barryo commented on GitHub (Apr 26, 2014):
I've had a look but nothing jumps out at me, sorry. In my experience, segmentation faults come down to:
The xdebug and strace suggests the request completed - looks like it's sending a 302 request to redirect to the authentication page before it craps out. This would lean me in the direction of a platform issue (badly compiled PHP extensions / mismatched versions / etc) rather than a ViMbAdmin issue.
@fwosar commented on GitHub (Nov 7, 2014):
I ran into similar issues. The problem in my case was the php5-apc module. Removing it prevented further crashes from happening. It appears Wheezy's APC really doesn't like some of the frameworks ViMbAdmin uses.