Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-10 Thread Dawit A
On Wed, Nov 10, 2010 at 3:41 AM, Thiago Macieira wrote: > On Wednesday, 10 de November de 2010 09:32:48 Dawit A wrote: >> sigh I got everthing crossed up! Indeed since this is the system bus >> a sendmsg here is response back to the client. For some reason this >> response does not seem to make it

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-10 Thread Thiago Macieira
On Wednesday, 10 de November de 2010 09:32:48 Dawit A wrote: > sigh I got everthing crossed up! Indeed since this is the system bus > a sendmsg here is response back to the client. For some reason this > response does not seem to make it to the client or at least cause the > client to react until 2

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-10 Thread Dawit A
On Wed, Nov 10, 2010 at 3:14 AM, Thiago Macieira wrote: > On Wednesday, 10 de November de 2010 09:04:02 Dawit A wrote: >> I cannot figure out when the reply was sent back because there is a >> lot of chatter on the system dbus, but I definitely see the pause >> after the following message was sent

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-10 Thread Thiago Macieira
On Wednesday, 10 de November de 2010 09:04:02 Dawit A wrote: > I cannot figure out when the reply was sent back because there is a > lot of chatter on the system dbus, but I definitely see the pause > after the following message was sent > > 1289374216.174405 sendmsg(23, {msg_name(0)=NULL, > msg_i

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-10 Thread Dawit A
Well On Sat, Nov 6, 2010 at 6:09 PM, Thiago Macieira wrote: > On Saturday, 6 de November de 2010 13:58:33 Dawit A wrote: >> Hmm... if the call times out though, why doesn't it return an error ? >> I get back the expected reply for the introspection call instead... > > Can you check with strace on

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-06 Thread Thiago Macieira
On Saturday, 6 de November de 2010 13:58:33 Dawit A wrote: > Hmm... if the call times out though, why doesn't it return an error ? > I get back the expected reply for the introspection call instead... Can you check with strace on the system bus when the reply was actually sent? strace -ttt -e sen

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-06 Thread Dawit A
On Sat, Nov 6, 2010 at 2:15 AM, Dawit A wrote: > On Sat, Nov 6, 2010 at 12:35 AM, Thiago Macieira wrote: >> On Friday, 5 de November de 2010 18:54:43 Dawit A wrote: >>> > Can you give me a "thr apply all bt full" of this lockup? >>> >>> I guess I would need to recompile both qt and dbus in debug

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-05 Thread Dawit A
On Sat, Nov 6, 2010 at 12:35 AM, Thiago Macieira wrote: > On Friday, 5 de November de 2010 18:54:43 Dawit A wrote: >> > Can you give me a "thr apply all bt full" of this lockup? >> >> I guess I would need to recompile both qt and dbus in debug mode for >> this... In the meantime, I have attached w

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-05 Thread Thiago Macieira
On Friday, 5 de November de 2010 18:54:43 Dawit A wrote: > > Can you give me a "thr apply all bt full" of this lockup? > > I guess I would need to recompile both qt and dbus in debug mode for > this... In the meantime, I have attached what you requested with what > I have now. The freeze occurred

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-05 Thread Dawit A
On Fri, Nov 5, 2010 at 9:21 PM, Thiago Macieira wrote: > On Friday, 5 de November de 2010 16:25:46 Dawit A wrote: >> On Fri, Nov 5, 2010 at 3:07 PM, Thiago Macieira wrote: >> > On Thursday, 4 de November de 2010 18:15:31 Dawit A wrote: >> >> QDBusConnectionPrivate(0x1f9b8b0) sending message (bloc

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-05 Thread Thiago Macieira
On Friday, 5 de November de 2010 16:25:46 Dawit A wrote: > On Fri, Nov 5, 2010 at 3:07 PM, Thiago Macieira wrote: > > On Thursday, 4 de November de 2010 18:15:31 Dawit A wrote: > >> QDBusConnectionPrivate(0x1f9b8b0) sending message (blocking): > >> QDBusMessage(type=MethodCall, service="org.freede

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-05 Thread Dawit A
On Fri, Nov 5, 2010 at 3:07 PM, Thiago Macieira wrote: > On Thursday, 4 de November de 2010 18:15:31 Dawit A wrote: >> QDBusConnectionPrivate(0x1f9b8b0) sending message (blocking): >> QDBusMessage(type=MethodCall, service="org.freedesktop.UDisks", >> path="/org/freedesktop/UDisks", >> interface="o

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-05 Thread Thiago Macieira
On Thursday, 4 de November de 2010 18:15:31 Dawit A wrote: > QDBusConnectionPrivate(0x1f9b8b0) sending message (blocking): > QDBusMessage(type=MethodCall, service="org.freedesktop.UDisks", > path="/org/freedesktop/UDisks", > interface="org.freedesktop.DBus.Introspectable", member="Introspect", > si

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-04 Thread Dawit A
On Thu, Nov 4, 2010 at 5:24 PM, Kevin Ottens wrote: > On Thursday 4 November 2010 18:58:09 Dawit A wrote: >> BTW, I noticed a couple of things in UDisksManager that I want to ask >> about... The first issue is why does a device that has its >> "DeviceIsOpticalDisc" property set to true inserted in

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-04 Thread Kevin Ottens
On Thursday 4 November 2010 18:58:09 Dawit A wrote: > BTW, I noticed a couple of things in UDisksManager that I want to ask > about... The first issue is why does a device that has its > "DeviceIsOpticalDisc" property set to true inserted into the > m_deviceCache 2x, once normally and once with ":m

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-04 Thread Dawit A
BTW, I noticed a couple of things in UDisksManager that I want to ask about... The first issue is why does a device that has its "DeviceIsOpticalDisc" property set to true inserted into the m_deviceCache 2x, once normally and once with ":media" attached to it ? The second issue is why even bother w

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-04 Thread Dawit A
On Thu, Nov 4, 2010 at 3:06 AM, Kevin Ottens wrote: > On Thursday 4 November 2010 02:00:40 Dawit A wrote: >> On Wed, Nov 3, 2010 at 3:24 PM, Lukáš Tinkl wrote: >> > Thanks, I'll look into it tomorrow... things can definitely get faster :) >> >> To that end I have consolidated all my local changes

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-04 Thread Kevin Ottens
On Thursday 4 November 2010 02:00:40 Dawit A wrote: > On Wed, Nov 3, 2010 at 3:24 PM, Lukáš Tinkl wrote: > > Thanks, I'll look into it tomorrow... things can definitely get faster :) > > To that end I have consolidated all my local changes into a single > patch and updated bug # 253039 with it. F

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-03 Thread Dawit A
On Wed, Nov 3, 2010 at 3:24 PM, Lukáš Tinkl wrote: > Dne Út 2. listopadu 2010 21:09:10 Dawit A napsal(a): >> On Mon, Nov 1, 2010 at 2:28 PM, Lukáš Tinkl wrote: >> > Dne Po 1. listopadu 2010 18:25:33 Dawit A napsal(a): >> >> On Mon, Nov 1, 2010 at 10:19 AM, Lukáš Tinkl wrote: >> >> > Dne Ne 31. ř

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-03 Thread Lukáš Tinkl
Dne Út 2. listopadu 2010 21:09:10 Dawit A napsal(a): > On Mon, Nov 1, 2010 at 2:28 PM, Lukáš Tinkl wrote: > > Dne Po 1. listopadu 2010 18:25:33 Dawit A napsal(a): > >> On Mon, Nov 1, 2010 at 10:19 AM, Lukáš Tinkl wrote: > >> > Dne Ne 31. října 2010 03:32:52 Dawit A napsal(a): > >> >> On Wed, Oct

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-02 Thread Dawit A
On Mon, Nov 1, 2010 at 2:41 PM, Lukáš Tinkl wrote: > Dne Po 1. listopadu 2010 19:24:55 Alexis Ménard napsal(a): >> It's a supposed threading issue in dbus that has been fixed in the >> latest version 1.4.0 >> >> I'm running Archlinux and I got the upgrades some weeks ago. The >> problem disappeare

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-02 Thread Dawit A
On Mon, Nov 1, 2010 at 2:28 PM, Lukáš Tinkl wrote: > Dne Po 1. listopadu 2010 18:25:33 Dawit A napsal(a): >> On Mon, Nov 1, 2010 at 10:19 AM, Lukáš Tinkl wrote: >> > Dne Ne 31. října 2010 03:32:52 Dawit A napsal(a): >> >> On Wed, Oct 27, 2010 at 12:24 PM, Dawit A wrote: >> >> > On Wed, Oct 27, 2

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-01 Thread Dawit A
On Mon, Nov 1, 2010 at 2:24 PM, Alexis Ménard wrote: > It's a supposed threading issue in dbus that has been fixed in the > latest version 1.4.0 I am using the latest dbus:. dbus 1.4.0-1 dbus-core 1.4.0-1 > I'm running Archlinux and I got the upgrades some weeks ago. The > problem disappeared

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-01 Thread Lukáš Tinkl
Dne Po 1. listopadu 2010 19:24:55 Alexis Ménard napsal(a): > It's a supposed threading issue in dbus that has been fixed in the > latest version 1.4.0 > > I'm running Archlinux and I got the upgrades some weeks ago. The > problem disappeared since then... Yup, that's why I'm not getting those iss

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-01 Thread Lukáš Tinkl
Dne Po 1. listopadu 2010 18:25:33 Dawit A napsal(a): > On Mon, Nov 1, 2010 at 10:19 AM, Lukáš Tinkl wrote: > > Dne Ne 31. října 2010 03:32:52 Dawit A napsal(a): > >> On Wed, Oct 27, 2010 at 12:24 PM, Dawit A wrote: > >> > On Wed, Oct 27, 2010 at 7:48 AM, Lukáš Tinkl wrote: > >> >> Dne St 27. říj

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-01 Thread Alexis Ménard
It's a supposed threading issue in dbus that has been fixed in the latest version 1.4.0 I'm running Archlinux and I got the upgrades some weeks ago. The problem disappeared since then... On Mon, Nov 1, 2010 at 10:25 AM, Dawit A wrote: > On Mon, Nov 1, 2010 at 10:19 AM, Lukáš Tinkl wrote: >> Dne

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-01 Thread Dawit A
On Mon, Nov 1, 2010 at 10:19 AM, Lukáš Tinkl wrote: > Dne Ne 31. října 2010 03:32:52 Dawit A napsal(a): >> On Wed, Oct 27, 2010 at 12:24 PM, Dawit A wrote: >> > On Wed, Oct 27, 2010 at 7:48 AM, Lukáš Tinkl wrote: >> >> Dne St 27. října 2010 00:57:27 Christophe Giboudeaux napsal(a): >> >>> Hi, >>

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-11-01 Thread Lukáš Tinkl
Dne Ne 31. října 2010 03:32:52 Dawit A napsal(a): > On Wed, Oct 27, 2010 at 12:24 PM, Dawit A wrote: > > On Wed, Oct 27, 2010 at 7:48 AM, Lukáš Tinkl wrote: > >> Dne St 27. října 2010 00:57:27 Christophe Giboudeaux napsal(a): > >>> Hi, > >>> > >>> Le 27/10/2010 00:20, Dawit A a écrit : > >>> > D

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-10-31 Thread Mark
On Sun, Oct 31, 2010 at 3:32 AM, Dawit A wrote: > On Wed, Oct 27, 2010 at 12:24 PM, Dawit A wrote: > > On Wed, Oct 27, 2010 at 7:48 AM, Lukáš Tinkl wrote: > >> Dne St 27. října 2010 00:57:27 Christophe Giboudeaux napsal(a): > >>> Hi, > >>> > >>> Le 27/10/2010 00:20, Dawit A a écrit : > >>> > Do

Re: Issues with Solid from trunk and qtcreator 2.0.1...

2010-10-30 Thread Dawit A
On Wed, Oct 27, 2010 at 12:24 PM, Dawit A wrote: > On Wed, Oct 27, 2010 at 7:48 AM, Lukáš Tinkl wrote: >> Dne St 27. října 2010 00:57:27 Christophe Giboudeaux napsal(a): >>> Hi, >>> >>> Le 27/10/2010 00:20, Dawit A a écrit : >>> > Does anyone have a problem opening project files (CTRL+O) in qtcre