[Lxr-dev] [ lxr-Bugs-785120 ] apache crash when loading source code file
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2003-08-08 01:42:12
|
Bugs item #785120, was opened at 2003-08-07 18:42 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=785120&group_id=27350 Category: Browsing Group: current cvs Status: Open Resolution: None Priority: 5 Submitted By: Jesse Brandeburg (go_jesse) Assigned to: Nobody/Anonymous (nobody) Summary: apache crash when loading source code file Initial Comment: I'm using the current CVS lxr, and I have checked in two seperate versions of a particular source module. using mysql Ver 11.18 Distrib 3.23.56, for pc-linux (i686) using CVS when I try to view that source module's file with http://hauler/lxr/source/drivers/net/e1000/e1000_main.c I get an error_log entry of Out of memory! co: output error: Broken pipe co aborted Callback called exit (#3) (F) A subroutine invoked from an external package via call_sv() exited by calling exit. I believe there is some bad stuff going on the with the anno array, from the comments that I see when running with use diagnostics in the 'source' file. anno seems to be trying to use the source line as the array index, and then assign a lrev to anno[<this is a line of source code>] I believe this could be reproduced by checking in two fairly different versions of e1000_main.c (like from kernel 2.4.21 and 2.6.0-test2) and trying to view one or the other from a web browser. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=785120&group_id=27350 |