Last active
August 29, 2015 14:07
-
-
Save ddelazerda/41559600830e3a5389f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Program received signal SIGSEGV, Segmentation fault. | |
[Switching to Thread 0x7ffff5928700 (LWP 25289)] | |
0x000000000043aa1e in govsphere/vim.(*PropertyValue).Value (pv=0xc21022a020, ~anon0=..., ~anon1=...) at /myworkspace/go/src/govsphere/vim/property_value.go:17 | |
17 v := registry[pv.Type]() | |
(gdb) bt | |
#0 0x000000000043aa1e in govsphere/vim.(*PropertyValue).Value (pv=0xc2101ede80, ~anon0=..., ~anon1=...) at /myworkspace/go/src/govsphere/vim/property_value.go:17 | |
#1 0x000000000043a7db in govsphere/vim.(*ManagedObject).currentProperty (mo=0xc21021c740, property=..., ~anon1=..., ~anon2=...) at /myworkspace/go/src/govsphere/vim/managed_object.go:71 | |
#2 0x000000000047caa5 in govsphere/vim.(*Folder).ChildEntity (mo=0xc2101fae40, ~anon0=..., ~anon1=...) at /myworkspace/go/src/govsphere/vim/vim.go:20416 | |
#3 0x0000000000400da7 in main.main () at /myworkspace/go/src/test/test.go:28 | |
#4 0x000000000041585f in runtime.main () at /usr/local/go/src/pkg/runtime/proc.c:220 | |
#5 0x0000000000417d80 in ?? () at /usr/local/go/src/pkg/runtime/proc.c:1385 | |
#6 0x0000000000000000 in ?? () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment