You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Original issue reported on code.google.com by
[email protected]
on 12 Nov 2014 at 11:56Attachments:
The text was updated successfully, but these errors were encountered: