<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Yves-Alexis Perez wrote:
<blockquote cite="mid:1242135855.17982.10.camel@miria" type="cite">
  <pre wrap="">On mar, 2009-05-12 at 23:10 +1000, Ian MacKinnell wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Yves-Alexis Perez wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Can you provide a backtrace, with debugging symbols?
      </pre>
    </blockquote>
    <pre wrap="">Not without instructions. I can supply strace.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Install libatk1.0-dbg libc6-dbg libdbus-glib-1-2-dbg libexo-0.3-0-dbg
libglib2.0-0-dbg libgtk2.0-0-dbg libxfce4util4-dbg gdb

Then run:
gdb xfce4-terminal

Then:
run

When it segfaults, run:

set logging on xfce4-terminal.txt
backtrace full

And mail us the xfce4-terminal.txt.

  </pre>
</blockquote>
I tried this and only got the following short file:<br>
<br>
#0&nbsp; 0x0805d5a6 in ?? ()<br>
No symbol table info available.<br>
#1&nbsp; 0xbfa77a28 in ?? ()<br>
No symbol table info available.<br>
#2&nbsp; 0x08063eb4 in ?? ()<br>
No symbol table info available.<br>
#3&nbsp; 0x00000000 in ?? ()<br>
No symbol table info available.<br>
The program is running.&nbsp; Exit anyway? (y or n) <br>
<br>
I added a couple of more -dbg packages and tried again, but got the
same results. Here is the current output of "dpkg -l *dbg|grep ii"
(list all installed debug packages):<br>
<br>
ii&nbsp; libatk1.0-dbg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.24.0-2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
The ATK libraries and debugging symbols<br>
ii&nbsp; libc6-dbg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.9-4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
GNU C Library: detached debugging symbols<br>
ii&nbsp; libdbus-glib-1-2-dbg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.80-4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
simple interprocess messaging system (GLib l<br>
ii&nbsp; libexo-0.3-0-dbg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.3.101-1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
debugging informations for libexo<br>
ii&nbsp; libglib2.0-0-dbg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.20.0-2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
The GLib libraries and debugging symbols<br>
ii&nbsp; libgtk2.0-0-dbg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.16.1-2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
The GTK+ libraries and debugging symbols<br>
ii&nbsp; libxfce4util4-dbg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.6.1-1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
debugging informations for libxfce4util4<br>
ii&nbsp; libxfcegui4-4-dbg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.6.1-1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
debugging informations for libxfcegui4<br>
ii&nbsp; libxfconf-0-2-dbg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.6.1-1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
debugging informations for libxfconf<br>
<br>
Anyway ... the next point got results.<br>
<br>
<blockquote cite="mid:1242135855.17982.10.camel@miria" type="cite">
  <blockquote type="cite">
    <pre wrap="">However, to test a fresh home directory with no legacy configuration, I 
created a new user account and logged in as this user. I then tried 
xfce4-terminal and it worked OK. So it looks like my existing user 
configuration either conflicts with the new version of the terminal, or 
else got fried somehow when I updated to xfce 4.6.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You may want to diff the config files (in .config). xfce4-terminal
doesn't use xfconf so you can limit yourself
to .config/Terminal/terminalrc.

Cheers,
  </pre>
</blockquote>
I backed up and deleted the ~/.config/Terminal/terminalrc in my home
directory and then xfce4-terminal worked with my login.<br>
<br>
I experimented and found that the terminal crashed on start if (while
the terminal was not running) I manually edited the terminalrc file so
that <br>
<br>
MiscAlwaysShowTabs=TRUE<br>
<br>
instead of FALSE (the default setting). I always set this fag to TRUE -
I have read on the Net somewhere (see below) that manually editing the
file was the
only way to change this setting. I don't like tab bars that appear and
disappear whenever a second tab is opened or closed, so I set this flag
to TRUE on all my desktops and laptops. The setting worked fine in
previous versions of xfce4-terminal.<br>
<br>
Here is the documentation:
<a class="moz-txt-link-freetext" href="file:///usr/share/doc/xfce4-terminal/html/C/advanced.html#hidden-options">file:///usr/share/doc/xfce4-terminal/html/C/advanced.html#hidden-options</a><br>
<br>
So it appears to be a much less serious bug: xfce-terminal no longer
works with&nbsp;
MiscAlwaysShowTabs=TRUE<br>
<br>

--
| Judicial Commission of NSW | Ph: +61 2 9299 4421 | Fax: +61 2 9290 3194 |

This Message is intended for the addressee named and may contain confidential information. If you are not the intended recipient, please delete it and notify the sender.

Views expressed in this message are those of the individual sender and not necessarily the views of the Judicial Commission of NSW.
</body>
</html>