remove use of exit in archive storage engine

Bug #668880 reported by Monty Taylor
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Low
Stewart Smith

Bug Description

X: drizzle-plugin-archive: shlib-calls-exit usr/lib/drizzle7/libarchive_plugin.so

Lintian reports that libarchive_plugin.so has calls to exit, but I can't find it (I can find uses of exit in the dir, but only in the test programs) The plugin should really only be returning exit codes, not aborting the server.

Related branches

tags: added: low-hanging-fruit
Changed in drizzle:
importance: Undecided → Low
milestone: none → ongoing
Revision history for this message
Stewart Smith (stewart) wrote :

dissassembled shared lib and looked for functions calling exit(). These symbols matched:

_ZN8drizzled8internal22my_search_option_filesEPKcPiPPPcPjPFiPvS2_S2_ES8_
_ZN8drizzled8internal13load_defaultsEPKcPS2_PiPPPc
_ZN8drizzled17find_type_or_exitEPcPNS_10st_typelibEPKc

so looks like it's because of how linking libinternal. investigating.

Changed in drizzle:
assignee: nobody → Stewart Smith (stewart)
milestone: ongoing → 2010-11-08
Stewart Smith (stewart)
Changed in drizzle:
status: New → Fix Committed
Changed in drizzle:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.