v8 version 6.8.275.32 Hi all!
When I upgrade the v8 version, my program crashes. My program statically links the v8 library and also uses another dynamic library. The dynamic library will call the dynamic_cast function, to see the crash stack of the program. The function enters the has_unambiguous_public_base function through __dynamic_cast Called, right here the program crashes. Upgrading v8, I used the monolith library instead of multiple previous libraries. Through the command `nm` I found that the updated v8 has the symbol __dynamic_cast defined. Can anyone help me understand why monolith has this symbol? What does the monolith version do? Why does my other dynamic library crash? -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/843b5a6d-f957-4f78-9519-669ae303987a%40googlegroups.com.