Re: [Evolution-hackers] crash in 3.8.2

2013-08-16 Thread Milan Crha
On Thu, 2013-08-15 at 11:35 -0500, André Saunite wrote:

> I think it has to do with the Intel video card.
>
> I have a machine with an integrated intel card and a nvidia card, with
> nvidia evolution starts normally, but after I upgraded the kernel and
> logged in using the intel card I had this problem, after switching
> back to nvidia it worked normally again.

Hi,
I'm sorry, but what problem? (You said "this problem".) I'm afraid that
without a backtrace it's quite hard to guess anything from "crash in
3.8.2"). Furthermore, if change of the card (driver) helps, then the
issue might be out of evolution itself. I saw some video freeze on
gnome-shell, but I was told that it works fine when using other than
gnome-shell desktop (if I recall correctly).

Anyway, please use bugzilla for this kind of issue, and paste the
backtrace of the crash there as well, thus there'll something one can
look on.
Thanks and bye,
Milan

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] crash in 3.8.2

2013-08-16 Thread André Saunite
Hi,

I think it has to do with the Intel video card.

I have a machine with an integrated intel card and a nvidia card, with
nvidia evolution starts normally, but after I upgraded the kernel and
logged in using the intel card I had this problem, after switching back to
nvidia it worked normally again.

BR
André Saunite
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] crash in 3.8.2

2013-06-04 Thread Sasa Ostrouska
On Mon, Jun 3, 2013 at 6:41 AM, Milan Crha  wrote:

> On Sat, 2013-06-01 at 16:42 -0300, Sasa Ostrouska wrote:
> > Ok, since I got no reply from here, I did a search and found some
> > interesting things.
> >
> > Can somebody confirm if this is an xorg-server problem or a gnome
> > one ?
> >
> > http://lists.debian.org/debian-x/2012/12/msg00133.html
> > https://bbs.archlinux.org/viewtopic.php?pid=1263647
> >
>
> Hi,
> I'm sorry for a late response, I could not get the external link
> content, it required login. Nonetheless, if it's exactly the same issue
> as in those two you mentioned above, then I agree it can be an issue
> with  either xorg, or gnome. I do not know which one, I believe you
> should rather ask on a gnome/gtk/xorg mailing lists, rather than on
> the evolution list.
> Bye,
> Milan
>
> No problem, thanks for the response. The issue is nearly the same, I have
no idea
on what those codes from BadImplementation error means, but no matter, I
will try to patch xorg-server
and see if it fixes. If so, I will report back. Thanks for now.

Rgds
Saxa


> ___
> evolution-hackers mailing list
> evolution-hackers@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-hackers
>
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] crash in 3.8.2

2013-06-03 Thread Milan Crha
On Sat, 2013-06-01 at 16:42 -0300, Sasa Ostrouska wrote:
> Ok, since I got no reply from here, I did a search and found some
> interesting things.
> 
> Can somebody confirm if this is an xorg-server problem or a gnome
> one ?
> 
> http://lists.debian.org/debian-x/2012/12/msg00133.html
> https://bbs.archlinux.org/viewtopic.php?pid=1263647
> 

Hi,
I'm sorry for a late response, I could not get the external link
content, it required login. Nonetheless, if it's exactly the same issue
as in those two you mentioned above, then I agree it can be an issue
with  either xorg, or gnome. I do not know which one, I believe you
should rather ask on a gnome/gtk/xorg mailing lists, rather than on
the evolution list.
Bye,
Milan

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] crash in 3.8.2

2013-06-01 Thread Sasa Ostrouska
Ok, since I got no reply from here, I did a search and found some
interesting things.
Can somebody confirm if this is an xorg-server problem or a gnome one ?

http://lists.debian.org/debian-x/2012/12/msg00133.html
https://bbs.archlinux.org/viewtopic.php?pid=1263647

Rgds
Saxa


On Wed, May 22, 2013 at 12:15 AM, Sasa Ostrouska  wrote:

>
>
>
> On Mon, May 13, 2013 at 3:59 AM, Milan Crha  wrote:
>
>> On Sun, 2013-05-12 at 16:37 -0300, Sasa Ostrouska wrote:
>> > bash-4.2$ export GDK_SYNCHRONIZE
>> > bash-4.2$ evolution
>> > Fontconfig warning: "/etc/fonts/conf.d/44-wqy-zenhei.conf", line 11:
>> > Having multiple values in  isn't supported and may not work as
>> > expected
>> >
>> > (evolution:11791): Gdk-ERROR **: The program 'evolution' received an X
>> > Window System error.
>> > This probably reflects a bug in the program.
>> > The error was 'BadImplementation (server does not implement
>> > operation)'.
>>
>> Hi,
>>
>
> Hi Milan,
>
>
>> I would try to build-with/install debuginfo for evolution packages and
>> then run evolution like above, only under gdb, and get a backtrace where
>> it failed. Maybe it'll give a clue.
>>
>>$ GDK_SYNCHRONIZE=1 gdb evolution --ex r --ex "t a a bt"
>>
>> I have tried this , and you can see what is the output here in the
> attached file.
>
>
>
>> Alternatively you can follow the hint of the crash, and do this:
>>
>>$ GDK_SYNCHRONIZE=1 gdb evolution --ex "b gdk_x_error" --ex r --ex "t
>> a a bt"
>>
>> but that might not work without debuginfo packages for gtk3 (gdb might
>> not find the gdk_x_error function).
>>
>> By the way, do you compile evolution with clutter? (Clutter is basically
>> unsupported in evolution currently.) What is the GDK backend you use?
>> (It's known it crashes with wayland on start, though I do not know where
>> or why).
>> Bye,
>> Milan
>>
>> I need to check if configure pick up clutter, also i need to check what
> backend is using gdk.
> Will let you know.
> And yes, I have a my own compilled version as i'm packaging it for our
> project, www.droplinegnome.org.
>
> Rgds
> Saxa
>  
> evolution.txt
>
>
>> ___
>> evolution-hackers mailing list
>> evolution-hackers@gnome.org
>> To change your list options or unsubscribe, visit ...
>> https://mail.gnome.org/mailman/listinfo/evolution-hackers
>>
>
>
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] crash in 3.8.2

2013-05-21 Thread Sasa Ostrouska
On Mon, May 13, 2013 at 3:59 AM, Milan Crha  wrote:

> On Sun, 2013-05-12 at 16:37 -0300, Sasa Ostrouska wrote:
> > bash-4.2$ export GDK_SYNCHRONIZE
> > bash-4.2$ evolution
> > Fontconfig warning: "/etc/fonts/conf.d/44-wqy-zenhei.conf", line 11:
> > Having multiple values in  isn't supported and may not work as
> > expected
> >
> > (evolution:11791): Gdk-ERROR **: The program 'evolution' received an X
> > Window System error.
> > This probably reflects a bug in the program.
> > The error was 'BadImplementation (server does not implement
> > operation)'.
>
> Hi,
>

Hi Milan,


> I would try to build-with/install debuginfo for evolution packages and
> then run evolution like above, only under gdb, and get a backtrace where
> it failed. Maybe it'll give a clue.
>
>$ GDK_SYNCHRONIZE=1 gdb evolution --ex r --ex "t a a bt"
>
> I have tried this , and you can see what is the output here in the
attached file.



> Alternatively you can follow the hint of the crash, and do this:
>
>$ GDK_SYNCHRONIZE=1 gdb evolution --ex "b gdk_x_error" --ex r --ex "t a
> a bt"
>
> but that might not work without debuginfo packages for gtk3 (gdb might
> not find the gdk_x_error function).
>
> By the way, do you compile evolution with clutter? (Clutter is basically
> unsupported in evolution currently.) What is the GDK backend you use?
> (It's known it crashes with wayland on start, though I do not know where
> or why).
> Bye,
> Milan
>
> I need to check if configure pick up clutter, also i need to check what
backend is using gdk.
Will let you know.
And yes, I have a my own compilled version as i'm packaging it for our
project, www.droplinegnome.org.

Rgds
Saxa

 
evolution.txt


> ___
> evolution-hackers mailing list
> evolution-hackers@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-hackers
>
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] crash in 3.8.2

2013-05-13 Thread Milan Crha
On Sun, 2013-05-12 at 16:37 -0300, Sasa Ostrouska wrote:
> bash-4.2$ export GDK_SYNCHRONIZE
> bash-4.2$ evolution
> Fontconfig warning: "/etc/fonts/conf.d/44-wqy-zenhei.conf", line 11:
> Having multiple values in  isn't supported and may not work as
> expected
> 
> (evolution:11791): Gdk-ERROR **: The program 'evolution' received an X
> Window System error.
> This probably reflects a bug in the program.
> The error was 'BadImplementation (server does not implement
> operation)'.

Hi,
I would try to build-with/install debuginfo for evolution packages and
then run evolution like above, only under gdb, and get a backtrace where
it failed. Maybe it'll give a clue.

   $ GDK_SYNCHRONIZE=1 gdb evolution --ex r --ex "t a a bt"

Alternatively you can follow the hint of the crash, and do this:

   $ GDK_SYNCHRONIZE=1 gdb evolution --ex "b gdk_x_error" --ex r --ex "t a a bt"

but that might not work without debuginfo packages for gtk3 (gdb might
not find the gdk_x_error function).

By the way, do you compile evolution with clutter? (Clutter is basically
unsupported in evolution currently.) What is the GDK backend you use?
(It's known it crashes with wayland on start, though I do not know where
or why).
Bye,
Milan

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] crash in 3.8.2

2013-05-12 Thread Matthew Barnes
On Sun, 2013-05-12 at 16:37 -0300, Sasa Ostrouska wrote:
> Fontconfig warning: "/etc/fonts/conf.d/44-wqy-zenhei.conf", line 11:
> Having multiple values in  isn't supported and may not work as
> expected
> 
> (evolution:11746): Gdk-ERROR **: The program 'evolution' received an X
> Window System error.

Looks like something's wrong with your font configuration.

3.8.2 works fine here.

Matthew Barnes


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] crash in 3.8.2

2013-05-12 Thread Sasa Ostrouska
Hi all !

I get this:

bash-4.2$ evolution

** (evolution:11746): WARNING **: Unrecognized junk filter name
'Bogofilter' in GSettings
Fontconfig warning: "/etc/fonts/conf.d/44-wqy-zenhei.conf", line 11: Having
multiple values in  isn't supported and may not work as expected

(evolution:11746): Gdk-ERROR **: The program 'evolution' received an X
Window System error.
This probably reflects a bug in the program.
The error was 'BadImplementation (server does not implement operation)'.
  (Details: serial 6704 error_code 17 request_code 142 minor_code 46)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap
bash-4.2$ export GDK_SYNCHRONIZE
bash-4.2$ evolution
Fontconfig warning: "/etc/fonts/conf.d/44-wqy-zenhei.conf", line 11: Having
multiple values in  isn't supported and may not work as expected

(evolution:11791): Gdk-ERROR **: The program 'evolution' received an X
Window System error.
This probably reflects a bug in the program.
The error was 'BadImplementation (server does not implement operation)'.
  (Details: serial 4165 error_code 17 request_code 142 minor_code 46)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap
bash-4.2$


Any ideas how to solve that ?

Rgds
Saxa
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers