doxygen: fails to generate html documentation (segmentation fault)

Bug #26356 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
doxygen (Debian)
Fix Released
Unknown
doxygen (Ubuntu)
Invalid
High
Matthias Klose

Bug Description

Automatically imported from Debian bug report #341236 http://bugs.debian.org/341236

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #341236 http://bugs.debian.org/341236

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Tue, 29 Nov 2005 15:06:18 +0200
From: Tero Laitinen <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: doxygen: fails to generate html documentation (segmentation fault)

Package: doxygen
Version: 1.4.2-4
Severity: grave
Justification: renders package unusable

I tried to generate html documentation for CVS version of LiteSQL
(http://litesql.sourceforge.net). Doxygen segfauls.

The output of doxygen is at http://www.iki.fi/tol/doxygen.txt
The used configuration file is at http://www.iki.fi/tol/doxygen.conf

The CVS version of LiteSQL can be downloaded from cvs:

cvs -d:pserver:<email address hidden>:/cvsroot/litesql login
cvs -z3 -d:pserver:<email address hidden>:/cvsroot/litesql co
  -P litesql

I ran doxygen in directory litesql/docs/doxygen using command:

doxygen doxygen.conf

I checked stack trace and it looks following:

Program received signal SIGSEGV, Segmentation fault.
#0 0x00002aaaab1d5be0 in strlen () from /lib/libc.so.6
#1 0x00002aaaab1a26d5 in vfprintf () from /lib/libc.so.6
#2 0x00002aaaab1a5b14 in vfprintf () from /lib/libc.so.6
#3 0x00002aaaab1a17cf in vfprintf () from /lib/libc.so.6
#4 0x00002aaaab1aa3aa in fprintf () from /lib/libc.so.6

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.14.2
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages doxygen depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libgcc1 1:3.4.3-13 GCC support library
ii libpng12-0 1.2.8rel-1 PNG library - runtime
ii libstdc++5 1:3.3.5-13 The GNU Standard C++ Library v3

-- no debconf information

Revision history for this message
In , Maximiliano Curia (maxy) wrote : solved in sid ?

Hi,

By following the steps mentioned in your report, it built the documentation
flawlessly.

So, maybe there has been some changes in the cvs you mention, or most probably
the bug is not present in sid.

--
A computer scientist is someone who, when told to "Go to Hell,"
sees the "go to," rather than the destination, as harmful.
Saludos /\/\ /\ >< `/

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-id: <20051216012514.GA6091@localhost>
Date: Thu, 15 Dec 2005 22:25:14 -0300
From: Maximiliano Curia <email address hidden>
To: <email address hidden>
Subject: solved in sid ?

Hi,

By following the steps mentioned in your report, it built the documentation
flawlessly.

So, maybe there has been some changes in the cvs you mention, or most probably
the bug is not present in sid.

--
A computer scientist is someone who, when told to "Go to Hell,"
sees the "go to," rather than the destination, as harmful.
Saludos /\/\ /\ >< `/

Revision history for this message
In , Justin Pryzby (justinpryzby-users) wrote : your bug -- doxygen: fails to generate html documentation (segmentation fault)

Hello Tero,

Maximiliano Curia suggested that this bug might be fixed in sid.
Could you check if the problem is solve?

Thanks.

--
Clear skies,
Justin

References

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=341236

Revision history for this message
In , Justin Pryzby (justinpryzby-users) wrote :

tag 341236 moreinfo

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <E1ErV6e-0007f0-EP@andromeda>
Date: Wed, 28 Dec 2005 01:48:16 -0500
From: Justin Pryzby <email address hidden>
To: <email address hidden>

tag 341236 moreinfo

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <20051228064806.GB29316@andromeda>
Date: Wed, 28 Dec 2005 01:48:06 -0500
From: Justin Pryzby <email address hidden>
To: <email address hidden>
Subject: your bug -- doxygen: fails to generate html documentation (segmentation fault)

Hello Tero,

Maximiliano Curia suggested that this bug might be fixed in sid.
Could you check if the problem is solve?

Thanks.

--
Clear skies,
Justin

References

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=341236

Revision history for this message
In , Tero Laitinen (tolaiti2) wrote : Re: Bug#341236: your bug -- doxygen: fails to generate html documentation (segmentation fault)

Hi Justin,

Maximiliano is correct. I compiled doxygen 1.4.5 myself and it worked.
doxygen 1.4.2 could not handle one header file
(include/litesql/datetime.hpp) with following lines:
--
     string asString(string format="%d.%m.%y") const;
--
     string asString(string format="%h:%M:%s") const;
--
     string asString(string format="%d.%m.%y %h:%M:%s") const;
--

The documentation built nicely in doxygen 1.4.2 without those lines.

So, I guess the bug is not present in sid.

Thanks.

Best Regards,
Tero Laitinen

On Wed, 28 Dec 2005, Justin Pryzby wrote:

> Hello Tero,
>
> Maximiliano Curia suggested that this bug might be fixed in sid.
> Could you check if the problem is solve?
>
> Thanks.
>
> --
> Clear skies,
> Justin
>
> References
>
> [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=341236
>
>

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 29 Dec 2005 12:04:18 +0200 (EET)
From: Tero Laitinen <email address hidden>
To: Justin Pryzby <email address hidden>,
        <email address hidden>
Subject: Re: Bug#341236: your bug -- doxygen: fails to generate html
 documentation (segmentation fault)

Hi Justin,

Maximiliano is correct. I compiled doxygen 1.4.5 myself and it worked.
doxygen 1.4.2 could not handle one header file
(include/litesql/datetime.hpp) with following lines:
--
     string asString(string format="%d.%m.%y") const;
--
     string asString(string format="%h:%M:%s") const;
--
     string asString(string format="%d.%m.%y %h:%M:%s") const;
--

The documentation built nicely in doxygen 1.4.2 without those lines.

So, I guess the bug is not present in sid.

Thanks.

Best Regards,
Tero Laitinen

On Wed, 28 Dec 2005, Justin Pryzby wrote:

> Hello Tero,
>
> Maximiliano Curia suggested that this bug might be fixed in sid.
> Could you check if the problem is solve?
>
> Thanks.
>
> --
> Clear skies,
> Justin
>
> References
>
> [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=341236
>
>

Revision history for this message
In , Justin Pryzby (justinpryzby-users) wrote :

Why did you compile it yourself? To avoid unnecessarily pulling in
other unstable package versions? Anyway I'll close this now, hoping
my understaning of the situation is correct..

On Thu, Dec 29, 2005 at 12:04:18PM +0200, Tero Laitinen wrote:
> Hi Justin,
>
> Maximiliano is correct. I compiled doxygen 1.4.5 myself and it worked.
> doxygen 1.4.2 could not handle one header file
> (include/litesql/datetime.hpp) with following lines:
> --
> string asString(string format="%d.%m.%y") const;
> --
> string asString(string format="%h:%M:%s") const;
> --
> string asString(string format="%d.%m.%y %h:%M:%s") const;
> --
>
> The documentation built nicely in doxygen 1.4.2 without those lines.
>
> So, I guess the bug is not present in sid.
>
> Thanks.
>
> Best Regards,
> Tero Laitinen
>
> On Wed, 28 Dec 2005, Justin Pryzby wrote:
>
> >Hello Tero,
> >
> >Maximiliano Curia suggested that this bug might be fixed in sid.
> >Could you check if the problem is solve?
> >
> >Thanks.
> >
> >--
> >Clear skies,
> >Justin
> >
> >References
> >
> >[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=341236

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <20051229144000.GC24114@andromeda>
Date: Thu, 29 Dec 2005 09:40:00 -0500
From: Justin Pryzby <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#341236: your bug -- doxygen: fails to generate html documentation (segmentation
 fault)

Why did you compile it yourself? To avoid unnecessarily pulling in
other unstable package versions? Anyway I'll close this now, hoping
my understaning of the situation is correct..

On Thu, Dec 29, 2005 at 12:04:18PM +0200, Tero Laitinen wrote:
> Hi Justin,
>
> Maximiliano is correct. I compiled doxygen 1.4.5 myself and it worked.
> doxygen 1.4.2 could not handle one header file
> (include/litesql/datetime.hpp) with following lines:
> --
> string asString(string format="%d.%m.%y") const;
> --
> string asString(string format="%h:%M:%s") const;
> --
> string asString(string format="%d.%m.%y %h:%M:%s") const;
> --
>
> The documentation built nicely in doxygen 1.4.2 without those lines.
>
> So, I guess the bug is not present in sid.
>
> Thanks.
>
> Best Regards,
> Tero Laitinen
>
> On Wed, 28 Dec 2005, Justin Pryzby wrote:
>
> >Hello Tero,
> >
> >Maximiliano Curia suggested that this bug might be fixed in sid.
> >Could you check if the problem is solve?
> >
> >Thanks.
> >
> >--
> >Clear skies,
> >Justin
> >
> >References
> >
> >[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=341236

Revision history for this message
Matthias Klose (doko) wrote :

rejected, as in Debian

Changed in doxygen:
assignee: nobody → doko
status: Unconfirmed → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.