Picon

[Bug 124507] Crash inside span tags

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=124507

  conglomerate | Code | Ver: cvs

Javier Jardón (IRC: torkiano) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |javierjc1982 <at> gmail.com
             Status|REOPENED                    |NEEDINFO

--

-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=124507.
Picon

[Bug 588938] New: Conglomerate crashes when pressing backspace or delete

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=588938

  conglomerate | general | Ver: 0.9.0
           Summary: Conglomerate crashes when pressing backspace or delete
           Product: conglomerate
           Version: 0.9.0
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: general
        AssignedTo: conglomerate-auto <at> lists.copyleft.no
        ReportedBy: david <at> starnix.com
         QAContact: conglomerate-auto <at> lists.copyleft.no
     GNOME version: Unspecified
   GNOME milestone: Unspecified

Description of bug:  Program crashes when pressing backspace or delete after
pasting from another application.

Severity:  Crashes without notice or core dump.

Steps to reproduce:
1.  Copy  a paragraph of text from Open Office Writer.
2.  Paste the text into Conglomerate in a paragraph.
3.  Move somewhere in the paragraph and press backspace or delete to remove
(Continue reading)

Picon

[Bug 588938] Conglomerate crashes when pressing backspace or delete

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=588938

  conglomerate | general | Ver: 0.9.0

Tom Parker changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palfrey <at> tevp.net
             Status|UNCONFIRMED                 |NEEDINFO
           Priority|Normal                      |High

------- Comment #1 from Tom Parker  2009-07-20 09:53 UTC -------
Thanks for taking the time to report this bug.
Without a stack trace from the crash it's very hard to determine what caused
it.
Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces
for more information on how to do so. Thanks in advance!

--

-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=588938.
(Continue reading)

Picon

[Bug 588938] Conglomerate crashes when pressing backspace or delete

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=588938

  conglomerate | general | Ver: 0.9.0

David Nuttall changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED

------- Comment #2 from David Nuttall  2009-07-20 19:28 UTC -------
Here is a backtrace from running conglomerate from within gdb.
The version of conglomerate I have does not have debug symbols available
(stripped).
To trigger this, I loaded an XML file (based on DocBook) and pasted a paragraph
from OpenOffice Writer.  That appeared to work fine.  I could delete characters
outside the pasted section, but when I tried to erase a character inside the
pasted section, it crashed and the gdb run returned.
Bug-Buddy apparently notices nothing.

(gdb) backtrace
#0  0xb804f430 in __kernel_vsyscall ()
#1  0xb71226d0 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7124098 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xb716024d in ?? () from /lib/tls/i686/cmov/libc.so.6
#4  0xb7166604 in ?? () from /lib/tls/i686/cmov/libc.so.6
#5  0xb71685b6 in free () from /lib/tls/i686/cmov/libc.so.6
(Continue reading)

Picon

[Bug 588938] Conglomerate crashes when pressing backspace or delete

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=588938

  conglomerate | general | Ver: 0.9.0

------- Comment #3 from Tom Parker  2009-07-20 19:52 UTC -------
(In reply to comment #2)
> Here is a backtrace from running conglomerate from within gdb.
> The version of conglomerate I have does not have debug symbols available
> (stripped).

We're going to need the debug symbols in order to be able to find out what went
wrong. https://wiki.ubuntu.com/DebuggingProgramCrash has detailed instructions
on how to install debugging symbols for packages on Ubuntu systems.

> #6  0xb72b6126 in IA__g_free (mem=0x400) at
> /build/buildd/glib2.0-2.20.1/glib/gmem.c:190
> #7  0x080ab11f in ?? ()
> #8  0x08081eaf in ?? ()
> #9  0xb7a31526 in _gtk_marshal_BOOLEAN__BOXED (closure=0x9f2ad18,
> return_value=0xbff6a4c0, n_param_values=2, 
>     param_values=0xa1e3518, invocation_hint=0xbff6a4ac, marshal_data=0x9b510a0)
>     at /build/buildd/gtk+2.0-2.16.1/gtk/gtkmarshalers.c:84

See that bit with the two lines ending in "?? ()"? That's probably what's
causing the crash, but there's basically *zero* information there right now
without the debug symbols, and so we've got no idea what happened. Also, if you
can get the output from "backtrace full", as opposed to just "backtrace", that
(Continue reading)

Picon

[Bug 588938] Conglomerate crashes when pressing backspace or delete

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=588938

  conglomerate | general | Ver: 0.9.0

Tom Parker changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO

--

-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=588938.
Picon

[Bug 588938] Conglomerate crashes when pressing backspace or delete

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=588938

  conglomerate | general | Ver: 0.9.0

David Nuttall changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Status Whiteboard|                            |Sources apparantly not
                   |                            |available from Ubuntu

------- Comment #4 from David Nuttall  2009-07-20 20:47 UTC -------
It appears that the sources for conglomerate are not available from the Ubuntu
repositories.  I followed the instructions to make the debug symbol packages
available, but there is no sources; no -dbg, nor -dbgsym.  Many other -dbgsym
packages are found, but not conglomerate.  Now to find it from another source
and try again.

--

-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=588938.
Picon

[Bug 588938] Conglomerate crashes when pressing backspace or delete

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=588938

  conglomerate | general | Ver: 0.9.0

David Nuttall changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED
  Status Whiteboard|Sources apparantly not      |
                   |available from Ubuntu       |

------- Comment #5 from David Nuttall  2009-07-20 21:33 UTC -------
As I have Ubuntu 9.04, I tried the instructions for 9.04, unsuccessfully.  I
had to go through the method for older versions of Ubuntu to get the source.

Let's try that again.  Okay, I was able to build a debug version of
conglomerate by using the build-dep and source instructions for apt-get.  Built
and installed.  Running under gdb.

The version of this build is the same as the one indicated above.

Here is everything generated by gdb, in case some of the message generated
while it was working are useful in fixing this bug.

gdb conglomerate 
GNU gdb 6.8-debian
(Continue reading)

Picon

[Bug 588938] Conglomerate crashes when pressing backspace or delete

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=588938

  conglomerate | general | Ver: 0.9.0

Tom Parker changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO

------- Comment #6 from Tom Parker  2009-07-21 11:32 UTC -------
(In reply to comment #5)
> #8  0xb7159491 in gettext () from /lib/tls/i686/cmov/libc.so.6
> No symbol table info available.
> #9  0x08091d13 in cong_location_del_next_char (doc=0x95976c0, loc=0x99b74b4) at
> cong-location.c:468

This looks like a different bug. Specifically, this is the internationalization
support screwing up - probably because it can't find the support files for the
relevant language. Also, given the conglomerate path for this second trace was
/usr/local/bin/conglomerate not /usr/bin/conglomerate, did you do a manual
install or did you do the instructions on the Ubuntu wiki page for rebuilding?
("fakeroot apt-get source -b conglomerate", etc)

--

-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
(Continue reading)

Picon

[Bug 588938] Conglomerate crashes when pressing backspace or delete

If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=588938

  conglomerate | general | Ver: 0.9.0

------- Comment #7 from David Nuttall  2009-07-21 13:27 UTC -------
When I did the "fakeroot etc." line, the source was compiled, but it was not
installed anywhere, so I went into the source directory, and ran "sudo make
install", which put the executable in /usr/local/bin.

I just re-read the instructions and noticed step e:  sudo debi
<package>*.changes Why did I not notice that yesterday?  I think I will try
that step and see what happens.

--

-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=588938.

Gmane