Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

dot unrecognized selector sent to class #10

Open
ldb2000 opened this issue Apr 13, 2018 · 2 comments
Open

dot unrecognized selector sent to class #10

ldb2000 opened this issue Apr 13, 2018 · 2 comments

Comments

@ldb2000
Copy link

ldb2000 commented Apr 13, 2018

Hi,

When I try to execute, I have the following error (on macOS) :

2018-04-13 19:14:20.342 dot[38188:1187881] +[__NSCFConstantString length]: unrecognized selector sent to class 0x7fffaf2f56e8
2018-04-13 19:14:20.343 dot[38188:1187881] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[__NSCFConstantString length]: unrecognized selector sent to class 0x7fffaf2f56e8'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff5517032b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fff7c7eac76 objc_exception_throw + 48
2 CoreFoundation 0x00007fff55208d44 +[NSObject(NSObject) doesNotRecognizeSelector:] + 132
3 CoreFoundation 0x00007fff550e6870 forwarding + 1456
4 CoreFoundation 0x00007fff550e6238 _CF_forwarding_prep_0 + 120
5 CoreFoundation 0x00007fff55083dd4 CFStringCompareWithOptionsAndLocale + 68
6 ImageIO 0x00007fff579e8440 _ZN17IIO_ReaderHandler15readerForUTTypeEPK10__CFString + 52
7 ImageIO 0x00007fff579baa74 _ZN14IIOImageSource14doBindToReaderEv + 434
8 ImageIO 0x00007fff579bb0ed _ZN14IIOImageSource18createImageAtIndexEmP13IIODictionary + 39
9 ImageIO 0x00007fff579a9081 CGImageSourceCreateImageAtIndex + 237
10 libgvplugin_quartz.6.dylib 0x0000000102292bc3 quartz_loadimage_quartz + 239
11 libgvc.6.dylib 0x000000010220a23b gvloadimage + 287
12 libgvc.6.dylib 0x0000000102209274 gvrender_usershape + 1109
13 libgvc.6.dylib 0x0000000102237ab0 poly_gencode + 2143
14 libgvc.6.dylib 0x0000000102244725 emit_node + 1041
15 libgvc.6.dylib 0x00000001022432ee emit_graph + 4736
16 libgvc.6.dylib 0x0000000102248bf9 gvRenderJobs + 5294
17 dot 0x00000001021ffd62 main + 698
18 libdyld.dylib 0x00007fff7d404015 start + 1
19 ??? 0x0000000000000006 0x0 + 6
)

do you have an idea ?

Thanks

@hughns
Copy link

hughns commented Apr 29, 2018

@ldb2000 if you are using brew to install graphviz then it looks like you need to install with: brew install graphviz --with-pango

See https://stackoverflow.com/questions/48383874/graphviz-crashes-on-mac-during-render-using-quartz and Homebrew/homebrew-core#18684

@ldb2000
Copy link
Author

ldb2000 commented May 2, 2018

It works thanks

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

No branches or pull requests

2 participants