Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGTRAP on OSX when using CoreFoundation #657

Open
GoogleCodeExporter opened this issue Jul 4, 2015 · 2 comments
Open

SIGTRAP on OSX when using CoreFoundation #657

GoogleCodeExporter opened this issue Jul 4, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Compile the test program below
2. Run in it with profiler activated

What is the expected output? What do you see instead?

It should launch the browser with the specified URL.
Instead I get a SIGTRAP

What version of the product are you using? On what operating system?

Tried it on 2.2.1 and 2.2.90 (2.3rc)

Please provide any additional information below.

The backtrace :

Program received signal SIGTRAP, Trace/breakpoint trap.
0x922b2e07 in __CFTypeCollectionRetain ()
(gdb) bt
#0  0x922b2e07 in __CFTypeCollectionRetain ()
#1  0x922b2725 in __CFBasicHashAddValue ()
#2  0x922b2519 in CFBasicHashSetValue ()
#3  0x922b18dd in CFDictionarySetValue ()
#4  0x93070ece in _LSLaunch ()
#5  0x9300e425 in _LSOpenItemsWithHandler_CFDictionaryApplier ()
#6  0x922ee820 in __CFDictionaryApplyFunction_block_invoke ()
#7  0x922ee7da in CFBasicHashApply ()
#8  0x922ee733 in CFDictionaryApplyFunction ()
#9  0x9300c7a0 in _LSOpenStuff ()
#10 0x93061850 in _LSOpenURLsWithRole_Common ()
#11 0x9300c067 in LSOpenFromURLSpec ()
#12 0x93061976 in LSOpenCFURLRef ()
#13 0x00001f05 in openURL (url_str=0x1f98 "http://www.example.com") at 
../mytest.c:16
#14 0x00001f40 in main () at ../mytest.c:22


My system :
sw_vers
ProductName:    Mac OS X
ProductVersion: 10.9.5
BuildVersion:   13F34

clang --version
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix

Original issue reported on code.google.com by [email protected] on 12 Nov 2014 at 11:56

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant