Changes between Initial Version and Version 1 of Ticket #7114, comment 6


Ignore:
Timestamp:
Jan 18, 2011, 6:29:50 PM (13 years ago)
Author:
phoudoin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7114, comment 6

    initial v1  
    1 Replying to [comment:5 phoudoin]:
    2 > Paladin do have a GLOBAL gSettings object, which seems to confuse runtime_loader when loading an (here, translator) add-on with same GLOBAL symbol name. Guess what? Yes, both JPEGTranslator and JPEG2000Translator exports a GLOBAL "gSettings" symbol, which for unknown reason is each time resolved as the address of Paladin's gSettings symbol.
    3 
    4 Which leads to the crash, as some warning trigger a lookup for "readWarning" settings in JPEGTranslator.
     1While the runtime_loader behavior should be verified here, I will made local these symbols in translators, which should have been in the first place.