Modify ↓
#8747 closed defect (cantfix)
Import from bugzilla segfaults
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | contrib | Version: | none |
| Severity: | normal | Keywords: | bugzilla |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Importing data from Bugzilla version 3.2.2 fails.
Commands to terminal and output:
# python bugzilla2trac.py --db bugs -h localhost -u bugs -p passwd --tracenv /home/trac/Projectname
Using Bugzilla v2180 schema.
Bugzilla MySQL('bugs':'localhost':'bugs':'********'): connecting...
Trac SQLite('/home/trac/Projectname'): connecting...
Segmentation fault
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 8.04
Release: 8.04
Codename: hardy
# mysql --version
mysql Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (i486) using readline 5.2
# python --version
Python 2.5.2
# svn info
Path: .
URL: http://svn.edgewall.org/repos/trac/trunk/contrib
Repository Root: http://svn.edgewall.org/repos/trac
Repository UUID: af82e41b-90c4-0310-8c96-b1721e28e2e2
Revision: 8666
Node Kind: directory
Schedule: normal
Last Changed Author: cboos
Last Changed Rev: 8427
Last Changed Date: 2009-07-30 19:06:28 +0300 (Thu, 30 Jul 2009)
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
| Keywords: | needinfo added |
|---|---|
| Milestone: | → not applicable |
comment:2 by , 16 years ago
| Component: | general → contrib |
|---|---|
| Description: | modified (diff) |
| Keywords: | needinfo removed |
| Resolution: | → cantfix |
| Status: | new → closed |
No feedback, closing.
Note:
See TracTickets
for help on using tickets.



Well, like with any segfault, a gdb stacktrace would be more than welcome here.