Re: [Evolution-hackers] Code help required for evolution hung opening meeting invitation

2013-03-04 Thread Milan Crha
On Sat, 2013-03-02 at 18:21 +0530, Samarjit Adhikari wrote:
> The compete bt for all processes has been attached but a quick look
> for evolution process shows that it was waiting on cond_wait from
> "e_source_conflict_search_get_type" call.
> I was little worried why it should wait on "get_type" call? Is it
> happening because of some thing(ESourceRegistry) has not being
> implemented in evolution-mapi?

Hi,
I cannot think of other issue than mixing your compiled evolution
related packages with system available evolution packages, like, for
example, when you've system eds, you complied evolution and your
compiled evolution-mapi. It might not be it, but I cannot think of
anything else currently.
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] Code help required for evolution hung opening meeting invitation

2013-03-04 Thread Matthew Barnes
On Sat, 2013-03-02 at 18:21 +0530, Samarjit Adhikari wrote:
> If you have any intuition  why this problem is happening , do let me
> know. I shall look into the code and try to fix it.

Looks like you're running into a known GObject deadlock.

https://bugzilla.gnome.org/show_bug.cgi?id=674885

We can work around it by registering the GType earlier.

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] EWS: Broken server tests

2013-03-04 Thread Fabiano FidĂȘncio
server/tests were/are not building in git master. So, I did a patch series
(please, check: https://bugzilla.gnome.org/show_bug.cgi?id=695177), fixing
the build problem. However, trying to run a "make check"
looks like the tests are broken themselves[0]. To run the tests, I did:
- set EWS_TEST_USERNAME as a valid username
- set EWS_TEST_PASSWORD as a valid password
- set EWS_TEST_EMAIL as a valid exchange email address
- set EWS_TEST_URI as the URL for a valid exchange email server.

[0]:
fidencio@srv ~/src/gnome/evolution-ews/src/server/tests $ make check
make  testews
make[1]: Entering directory
`/home/fidencio/src/gnome/evolution-ews/src/server/tests'
make[1]: `testews' is up to date.
make[1]: Leaving directory
`/home/fidencio/src/gnome/evolution-ews/src/server/tests'
make  check-TESTS
make[1]: Entering directory
`/home/fidencio/src/gnome/evolution-ews/src/server/tests'
/libews/connections: Test Connections
Success : Created a new connection
Testing Autodiscovery
test-connection.c:128 con_test_autodiscover : password : xxx xxx
test-connection.c:129 con_test_autodiscover : email : f...@bar.boo
Testing postive case...

/bin/sh: line 5: 22369 Segmentation fault  (core dumped) ${dir}$tst
FAIL: testews
===
1 of 1 test failed
Please report to http://bugzilla.gnome.org/browse.cgi?product=evolution-ews
===
make[1]: *** [check-TESTS] Error 1
make[1]: Leaving directory
`/home/fidencio/src/gnome/evolution-ews/src/server/tests'
make: *** [check-am] Error 2
Could someone(Tristan?) take a look in:
https://bugzilla.gnome.org/show_bug.cgi?id=695177


Is there someone (Tristan, maybe) taking care of those tests?
Any tips to fix the errors/set up correctly the environment are welcome.

Best Regards,
-- 
Fabiano FidĂȘncio
___
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] Code help required for evolution hung opening meeting invitation

2013-03-04 Thread samarjit Adhikari
aah!

>Looks like you're running into a known GObject deadlock
Interesting. let me dig into the code with this pointer.

With regards,
Samarjit


On Mon, Mar 4, 2013 at 8:59 PM, Matthew Barnes  wrote:

> On Sat, 2013-03-02 at 18:21 +0530, Samarjit Adhikari wrote:
> > If you have any intuition  why this problem is happening , do let me
> > know. I shall look into the code and try to fix it.
>
> Looks like you're running into a known GObject deadlock.
>
> https://bugzilla.gnome.org/show_bug.cgi?id=674885
>
> We can work around it by registering the GType earlier.
>
> 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