Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-23 Thread Steven Chamberlain
reassign 631968 libglib2.0-0 found 631968 glib2.0/2.33.12+really2.32.4-2 affects 631968 gnome-terminal tags 631968 + confirmed patch thanks Hi! On 22/10/12 17:33, Simon McVittie wrote: I wonder whether this is to do with GDBus not supporting credentials-passing for authentication on kFreeBSD.

Processed: Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reassign 631968 libglib2.0-0 Bug #631968 [gnome-terminal] gnome-terminal: fails to start on kFreeBSD Bug reassigned from package 'gnome-terminal' to 'libglib2.0-0'. No longer marked as found in versions gnome-terminal/3.2.1-2,

Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-23 Thread Steven Chamberlain
affects 631968 + lightdm thanks I see that the same glib2.0 patch also fixes lightdm. On kfreebsd-amd64 I can confirm the report below that it shows only a blank screen. With this glib2.0 patch it works correctly. The issue was not filed yet in the BTS but reported recently at:

Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Simon McVittie
On Mon, 09 Jul 2012 at 00:10:45 +0100, Steven Chamberlain wrote: On 05/07/12 01:05, Simon McVittie wrote: You don't need all of GNOME, but you do need a D-Bus session. [...] $ eval `dbus-launch --sh-syntax` $ xvfb-run gnome-terminal -e mkdir /tmp/hello With a DBUS session

Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Samuel Thibault
Simon McVittie, le Mon 22 Oct 2012 10:13:35 +0100, a écrit : On Mon, 09 Jul 2012 at 00:10:45 +0100, Steven Chamberlain wrote: On 05/07/12 01:05, Simon McVittie wrote: You don't need all of GNOME, but you do need a D-Bus session. [...] $ eval `dbus-launch --sh-syntax` $

Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Steven Chamberlain
Hi, On 22/10/12 12:55, Samuel Thibault wrote: Simon McVittie, le Mon 22 Oct 2012 10:13:35 +0100, a écrit : (I can't help wondering why anyone would ever try to use an X11 terminal emulator *without* a graphical X11 session...) An X11 environment does *not* imply a dbus session. The only

Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Simon McVittie
retitle 631968 gnome-terminal: fails to start on kFreeBSD clone 631968 -1 -2 retitle -1 gnome-terminal: should recommend dbus-x11 severity -1 important retitle -2 gnome-terminal: no error message when unable to join D-Bus session severity -2 important thanks On Mon, 22 Oct 2012 at 10:13:35 +0100,

Processed: Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-10-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: retitle 631968 gnome-terminal: fails to start on kFreeBSD Bug #631968 [gnome-terminal] aborts on start (GNU/kFreeBSD) Changed Bug title to 'gnome-terminal: fails to start on kFreeBSD' from 'aborts on start (GNU/kFreeBSD)' clone 631968 -1 -2 Bug

Bug#631968: aborts on start (GNU/kFreeBSD)

2012-07-08 Thread Steven Chamberlain
found 631968 3.4.1.1-1 thanks On 05/07/12 01:05, Simon McVittie wrote: You don't need all of GNOME, but you do need a D-Bus session. [...] $ eval `dbus-launch --sh-syntax` $ xvfb-run gnome-terminal -e mkdir /tmp/hello Thank you for that. The exit without error message was very

Processed: Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-07-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: found 631968 3.4.1.1-1 Bug #631968 [gnome-terminal] aborts on start (GNU/kFreeBSD) Marked as found in versions gnome-terminal/3.4.1.1-1. thanks Stopping processing here. Please contact me if you need assistance. -- 631968:

Bug#631968: aborts on start (GNU/kFreeBSD)

2012-07-04 Thread Simon McVittie
On Tue, 28 Jun 2011 at 20:31:55 +0200, Robert Millan wrote: gnome-terminal aborts on start, with unknown signal Are you sure it's aborting (as in SIGABRT), and not just exiting unsuccessfully? /* Couldn't get the connection? No way to continue! */ if (connection == NULL) {

Bug#631968: aborts on start (GNU/kFreeBSD)

2012-04-06 Thread Steven Chamberlain
found 631968 gnome-terminal/3.2.1-2 found 631968 gnome-terminal/3.4.0.1-1 thanks Hi, Nothing new; just checked that this is still happening in new versions. ktrace excerpt right before it exits with status 1 and no error message: 88741 gnome-terminal CALL poll(0xbfbfe3b8,0x1,0x)

Processed: Re: Bug#631968: aborts on start (GNU/kFreeBSD)

2012-04-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: found 631968 gnome-terminal/3.2.1-2 Bug #631968 [gnome-terminal] aborts on start (GNU/kFreeBSD) Marked as found in versions gnome-terminal/3.2.1-2. found 631968 gnome-terminal/3.4.0.1-1 Bug #631968 [gnome-terminal] aborts on start (GNU/kFreeBSD)

Bug#631968: aborts on start (GNU/kFreeBSD)

2012-04-06 Thread Steven Chamberlain
static void name_lost_cb (GDBusConnection *connection, const char *name, gpointer user_data) For me, gnome-terminal 3.2.1 aborts here on kfreebsd-i386: /* Couldn't get the connection? No way to continue! */ if (connection == NULL) { data-exit_code =

Bug#631968: aborts on start (GNU/kFreeBSD)

2011-07-13 Thread Robert Millan
2011/7/10 Robert Millan r...@debian.org: Bug only appears when upgrading gnome-terminal itself. I bisected gnome-terminal and found that the problem was introduced with the GDBus migration: http://git.gnome.org/browse/gnome-terminal/commit/?id=fdf01b94d14d7f9c4df7e9f762f851d0800c4927 --

Bug#631968: aborts on start (GNU/kFreeBSD)

2011-07-10 Thread Robert Millan
In case this helps narrowing down the problem, I've verified that this regression wasn't introduced by upgrading any of the libraries gnome-terminal depends on. In particular, it isn't introduced when upgrading libc or libglib from sid. Bug only appears when upgrading gnome-terminal itself. --

Bug#631968: aborts on start (GNU/kFreeBSD)

2011-06-28 Thread Robert Millan
Package: gnome-terminal Version: 3.0.1-1 Severity: grave User: debian-...@lists.debian.org Usertags: kfreebsd (this bug most likely needs reassigning, but I don't know where, so filing it on the application that exhibits the symptom) gnome-terminal aborts on start, with unknown signal:

Bug#631968: aborts on start (GNU/kFreeBSD)

2011-06-28 Thread Petr Salinger
(this bug most likely needs reassigning, but I don't know where, so filing it on the application that exhibits the symptom) gnome-terminal aborts on start, with unknown signal: rmh@dimoni:~$ LD_LIBRARY_PATH=/usr/lib/debug/lib/x86_64-kfreebsd-gnu gdb gnome-terminal ... (gdb) r Starting

Bug#631968: aborts on start (GNU/kFreeBSD)

2011-06-28 Thread Robert Millan
2011/6/28 Petr Salinger petr.salin...@seznam.cz: What is the real problem ? What does gnome-terminal when runs directly ? There isn't much to see: $ gnome-terminal $ echo $? 1 In general, it is possible to generate core_dump and use gdb at it, Any idea how to force it to dump core? (tried

Bug#631968: aborts on start (GNU/kFreeBSD)

2011-06-28 Thread Robert Millan
2011/6/29 Robert Millan r...@debian.org: $ gnome-terminal $ echo $? 1 Btw, here's ktrace.out, in case this helps. -- Robert Millan ktrace.out.xz Description: Binary data

Bug#631968: aborts on start (GNU/kFreeBSD)

2011-06-28 Thread Michael Biebl
severity 631968 important thanks seems to be a kbsd specific, i.e. the package is generally usable. As such downgrading to a more appropriate severity. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc Description: