well, of course not intentionally, but I think I have seen quite a number of segfaults in my own PHP programs, which were usually the fault of wrong PHP syntax (like a mismatch of curly brackets, other brackets, or similar stupid mistakes). Is there a syntax validation tool for PHP? In my own code I started to comment out sections to pinpoint the problem.
Marcus Zitat von Chris Weiss <[EMAIL PROTECTED]>: > segfaults are typicaly due to mismatched libs or php bugs since php is > a high level lang and php code isn't allowed to do anything that might > intentionaly cause a segfault. I don't think viewing an addressbook > entry does anything with libs that other pages don't so that doens't > leave much... > > On 1/17/06, Marcus Frischherz <[EMAIL PROTECTED]> wrote: > > > > Hi! > > > > When I click the "View" button in the addressbook I get a blank screen and > see a > > segmentation fault in the apache errorlog. I just downloaded the newest > cvs > > version today in the vain hope that it would remove this problem, but it > is > > still present. > > kernel 2.6.5 > > Apache 2.0.54 > > PHP 4.3.11 > > > > addressbook backend: SQL (MySQL). > > > > Any suggestions? > > > > Marcus > > > > -- > > http://www.casaberg.at > > > > ---------------------------------------------------------------- > > This message was sent using IMP, the Internet Messaging Program. > > > > > > _______________________________________________ > > Phpgroupware-users mailing list > > [email protected] > > http://lists.gnu.org/mailman/listinfo/phpgroupware-users > > > > > > > _______________________________________________ > Phpgroupware-users mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/phpgroupware-users > -- http://www.casaberg.at ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ Phpgroupware-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
