linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Linphone 3.7.0, Mac OS 10.10, MacPorts


From: William Gallafent
Subject: Re: [Linphone-developers] Linphone 3.7.0, Mac OS 10.10, MacPorts
Date: Thu, 13 Nov 2014 15:13:47 +0000

On 13 November 2014 14:21, BIENKOWSKI Guillaume <address@hidden> wrote:
Yeah we have the same issue with the vanilla antlr3c. It looks like the one we maintain on our repository works, because we patched it to allow for multi-arch on MacOS.

Could you try with a port file using our version of antlr3 (branch linphone)?

git clone git://git.linphone.org/antlr3 -b linphone

The library is in runtime/C

At the moment it's looking as if I get a /different/ crash using that version. Curious:

(lldb) run
Process 28774 launched: '/opt/local/bin/linphone' (x86_64)
2014-11-13 15:12:26.605 linphone[28774:6750014] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.

** (linphone:28774): WARNING **: Couldn't find pixmap file: linphone.png

(linphone:28774): Gtk-WARNING **: Could not find signal handler 'linphone_gtk_internet_kind_changed'
belle-sip-warning-There is no object pool created in thread [140735145972480]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked.
Process 28774 stopped
* thread #1: tid = 0x66ff3e, 0x0000000103545bd0, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=2, address=0x103545bd0)
    frame #0: 0x0000000103545bd0
-> 0x103545bd0:  addb   %ah, (%rax)
   0x103545bd2:  addl   $0x10c, %eax
   0x103545bd7:  addb   %bh, 0x44(%rbp)
   0x103545bda:  xorl   $0x10, %eax
(lldb) bt
* thread #1: tid = 0x66ff3e, 0x0000000103545bd0, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=2, address=0x103545bd0)
  * frame #0: 0x0000000103545bd0
    frame #1: 0x00000001023cfadc libantlr3c.dylib`fillBuffer + 28
    frame #2: 0x00000001023cf5e3 libantlr3c.dylib`tokLT + 51
    frame #3: 0x00000001023cf95b libantlr3c.dylib`_LA + 11
    frame #4: 0x00000001023c6bfa libantlr3c.dylib`antlr3dfapredict + 154
    frame #5: 0x000000010224e752 libbellesip.0.dylib`header_address_base + 41
    frame #6: 0x000000010224e6df libbellesip.0.dylib`header_address + 55
    frame #7: 0x0000000102215956 libbellesip.0.dylib`belle_sip_header_address_parse + 112
    frame #8: 0x000000010007722d liblinphone.6.dylib`sal_address_new + 16
    frame #9: 0x0000000100062186 liblinphone.6.dylib`linphone_address_new + 15
    frame #10: 0x0000000100053b41 liblinphone.6.dylib`linphone_core_set_primary_contact + 24
    frame #11: 0x0000000100052d81 liblinphone.6.dylib`linphone_configuring_terminated + 2619
    frame #12: 0x0000000100053b03 liblinphone.6.dylib`linphone_core_new_with_config + 1257
    frame #13: 0x000000010000fbdb linphone`main + 1349
    frame #14: 0x000000010000cd70 linphone`start + 52

Does that one look familiar too?

--
Bill Gallafent.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]