This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gcov-profile/64123] [5 Regression] Instrumented Firefox segfaults on start


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64123

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at codesourcery dot com

--- Comment #8 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
The crash happens before gcov_var->file is NULL.  Nathan, I would suspect that
perhaps one of your visibility changes makes us to use gcov_open from wrong
copy of libgcov (there are multiple shared libraries linked with it) that in
turn initializes wong copy of gcov_var->file?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]