> By the way...how is it possible for gcc to optimize out a variable thats 
> being used? :-O 
It is not, that variable was not used, but it was deleted ;). Because my GCC 
(4.6) with -O2 and debug enabled remove it from the class, it was never 
deleted, while in your case, the dead code elimination pass failed to remove 
it, so it was never created, but it was deleted. I really should have catched 
that one, but it was quite a major bug.

I guess that's what users are for :P

----- Original Message -----
From: "Petr Gregor" <[email protected]>
To: "Emmanuel Lepage" <[email protected]>
Cc: [email protected]
Sent: Wednesday, June 20, 2012 5:59:29 PM
Subject: Re: [SFLphone] [KDE] Some user experience ideas

Works great :) Closes properly and remembers view settings. Thanks! 


By the way...how is it possible for gcc to optimize out a variable thats being 
used? :-O 


On Wed, Jun 20, 2012 at 11:51 PM, Emmanuel Lepage < 
[email protected] > wrote: 


Oh, sorry, I forgot about that one. 

I think I fixed it. Apparently, my GCC optimized out one variable out while 
your did not. Can you see if it fixed at least the crash (and hopefully the 
dock one too). 


----- Original Message ----- 
From: "Petr Gregor" < [email protected] > 
To: "Emmanuel Lepage" < [email protected] > 
Cc: [email protected] 


Sent: Wednesday, June 20, 2012 5:41:08 PM 
Subject: Re: [SFLphone] [KDE] Some user experience ideas 

I already have. It is in my mail from yeasterday. 


On Wed, Jun 20, 2012 at 11:19 PM, Emmanuel Lepage < 
[email protected] > wrote: 


Your not alone saying this, but I really can't reproduce it. 
Can you give me the backtrace? (the thing in the second tab of the crash 
dialog) 

Thanks 


----- Original Message ----- 
From: "Petr Gregor" < [email protected] > 
To: "Emmanuel Lepage" < [email protected] > 
Cc: [email protected] 


Sent: Wednesday, June 20, 2012 5:09:29 PM 
Subject: Re: [SFLphone] [KDE] Some user experience ideas 

Thanks, double click works :) 


Unfortunatelly there is still crash on exit and open panels (contacts, history) 
are not remembered. 


On Wed, Jun 20, 2012 at 11:02 PM, Emmanuel Lepage < 
[email protected] > wrote: 


Hi, 

I implemented double click when the number have only 1 phone number. When there 
is many, it show them all as it did before. I also fixed drag and drop of a 
single phone number when a contact have many of them. 


----- Original Message ----- 
From: "Petr Gregor" < [email protected] > 
To: "Emmanuel Lepage" < [email protected] > 
Cc: [email protected] 
Sent: Tuesday, June 19, 2012 5:31:11 PM 
Subject: Re: [SFLphone] [KDE] Some user experience ideas 



Hi, me again :) 

I have hit another few snags: 
I cannot place call directly from contacts. Double click on contact does 
nothing and right-click->call again crashes the app. 
Application does not remember active panels (view->display contacts, display 
history) so I have to tick them every time I start sflphone. 
Every time I quit sflphone it crashes. Here is the kde generated backtrace. If 
you want something more please tell me. 



Application: SFLphone KDE Client (sflphone-client-kde), signal: Segmentation 
fault 
Using host libthread_db library "/lib64/libthread_db.so.1". 
[KCrash Handler] 
#6 0x0000000000487ac8 in BookmarkDock::~BookmarkDock() () 
#7 0x0000000000487ba9 in BookmarkDock::~BookmarkDock() () 
#8 0x0000000000432b3e in SFLPhone::~SFLPhone() () 
#9 0x0000000000432cb9 in SFLPhone::~SFLPhone() () 
#10 0x0000000000420bd8 in main () 


Could you please look into that? 


Thank you very much. 






_______________________________________________
SFLphone mailing list
[email protected]
http://lists.savoirfairelinux.net/mailman/listinfo/sflphone

Reply via email to