QuickLook and overriden new/delete operator

Hi at all,
I need your !great! help. Currently I am on the way to write a QuickLook plugin.
To do that, I use a static lib in the project to get certain information of the file.
Everything works fine, except the QuickLook plugin crashs on exit. The new and delete operator are overriden by the external lib.
The problem is, it seems that OSX allocates some internal stuff with the
original new operator and deallocates it with the +new overriden+ delete
operator which occurs a crash.
Any ideas how to solve that? The overriden new operator is in its own namespace.
Each help is highly appreciated
Bye,
moepmoep

MoepMoep wrote:
No, the library is well tested and not buggy. It simply overrides the new/delete operator
and in some calls the delete operator gets some pointers where the corresponding new operator did
not allocated the memory.
That sounds like a bug to me.
Apple (or, rather, gcc) is free to do any clever things it wants inside its own new/delete operators. If some library wants to write their own, they don't have to emulate anything that Apple does. The old C malloc still works great. But if you have some pointer to memory that did not come from a valid malloc call, you better not call free on it.
Keep in mind that many open source projects are built and tested only on Linux. Linux is notorious for doing everything in its power to make bad code run. Then, people take this running and tested code and try it on MacOS X and it fails. "But it runs great on Linux!" they proclaim. That is true, but only because malloc never fails on Linux. If your programs runs out of memory on Linux, Linux will kill some other, random program. On MacOS X, malloc may fail and developers need to check for that.

Similar Messages

  • Syncing Notes and Tasks New Iphone operating system

    Will the new operating system for the iphone allow syncing of notes and tasks from entourage

    Apple stated that syncing of Notes will be supported; nothing was said about To-Do's, and they did not specifically address whether Entourage Notes/Tasks will be supported, so you'll most likely need to wait until 3.0 is released for a definitive answer.

  • The operating units and inventory organization deleted form the system

    I am defining new instant on oracle finance
    First I have create Business group, Operating unit, inventory organization
    Then I create the accounting setup and compete it
    Went to operating unit tab of the accounting setup and complete it also
    After that I try to configure the oracle payable
    In the payable option when I try to select inventory organization , the inventory organization is not there
    Then I check it in the global HRMS manger, in that the operating unit I already created are not appearing
    What is the error I have done
    Why the operating units and inventory organization deleted form the system

    Pl post details of OS, database and EBS versions, along with which document you are following to perform all these setups.
    HTH
    Srini

  • Touch ID on my ip5s had broken. I added my fingerprints before then I deleted them and add new one. How I can fix that problem? P/s : Fail immediately when I click on Add fingerprints

    Touch ID on my ip5s had broken. I added my fingerprints before then I deleted them and add new one. How I can fix that problem? P/s : Fail immediately when I click on Add fingerprints.

    problem is "Failed. Sorry, the operation was not succesfull. ... " and now i can't use touch ID in my phone

  • CREATE and DELETE operations in MI7.1 for PDA

    Hi,
    We are developing a sample scenario for PDA in 7.1. Problem is we are able to implement GETLIST, GETDETAIL and MODIFY operations but not able to implement CREATE and DELETE operations. For GETLIST and GETDETAIL i have created queries. Modify is also simple (i am creating a form to edit and commiting data once i click on save). But to implement CREATE and DELETE we dont have any reference.
    Regards,
    Vinay

    Hi,
    Now i know the answer
    There is a typed method on the service component model class for root node creation. Example for binding a new root instance to a context node:
    wdContext.nodeCurrentEmployee().bind(Collections.singleton(model.createEmployeeSdoEmployee()));
    where model is your webdynpro model.Employee is a context node model bounded to Employee model class.This node has to be manually created in context(and then can be context mapped and bound to elements in view)
    wdContext.nodeCurrentEmployee().setLeadSelection(0);
    Creating a child is done on the root itself, but persisting it is a two step process:
    address = employeeRootNode.createNewAddresss(); <- this only creates the instance in memory
    where employeeRootNode is the model object for which the child has to be created. If the element for which the child has to be created exists in context then it can be got by
    wdContext.nodeEmployee().currentEmployeeElement.model()
    employeeRootNode.addToAddresss(address);  <- this persists the new instance
    wdContext.nodeCurrentAddress().bind(Collections.singleton(address));
    wdContext.nodeCurrentAddress().setLeadSelection(0);
    Delete of a root is also done on the sc model class:
    model.removeEmployeeSdoEmployee(employeeRootNode);
    Delete of a child is done one the root:
    employeeRootNode.removeFromAddresss(address);
    Hope this helps.
    Regards,
    Vinay
    Edited by: Vinay TS on May 5, 2008 8:31 AM

  • SIGBUS in operator new / delete

    Hi
    My application crashes from time to time with SIGBUS. It is a multi thread application. Here are the last 2 stacks on the thread with SIGBUS
    t@null (l@288) stopped in dbm_open at 0xff2d40d8
    0xff2d40d8: dbm_open+0x00d0: mov %i5, %o0
    (dbx) where
    [1] dbm_open(0x10, 0x0, 0x94238, 0xff2d4268, 0xfffffff9, 0xff36fa44), at 0xff2d40d8
    [2] dbm_open(0xf, 0x1, 0x94184, 0xff339c9c, 0xff368284, 0xff3709b0), at 0xff2d4144
    [3] operator new(0xf, 0x2f53002e, 0x730b16, 0x80808080, 0xff00, 0x80808080), at 0x216c6c
    [4] RegisterNotifyPair::RegisterNotifyPair(0x9388c8, 0x203230, 0x730b08, 0xffffffff, 0x1fe, 0x1), at 0xfe907928
    =>[5] CacheIndex::pushRegisterNotify(this = 0x45b130, type = ToIpRangeSubnet, ident = 0x730b08 " 171074304/S", relation = -1, callbackID = 510U, isRegister = true), line 130 in "CacheIndex.cxx"
    [1] dbm_do_nextkey(0x1e5760, 0xff000010, 0x40000d7f, 0xff2d5030, 0xff368284, 0xe6046000), at 0xff2d4d98
    [2] dbm_store(0x11e5748, 0xff000011, 0x93ac8, 0xff2d4f6c, 0x0, 0xb), at 0xff2d4834
    [3] dbm_do_nextkey(0xff36fa54, 0x0, 0x932f4, 0xff36fad4, 0xff368284, 0x11f6078), at 0xff2d5030
    [4] dbm_do_nextkey(0x11f6078, 0x1, 0x93334, 0xfe9a5710, 0xff368284, 0x2f), at 0xff2d4f6c
    [5] operator delete(0x11f6078, 0x1, 0x3a8930, 0x3a8bcc, 0x3a8be0, 0x0), at 0x215f04
    =>[6] NidDbAccess::~NidDbAccess(this = 0x11fcb00), line 378 in "NidDbAccess.cxx"
    I didn't post the entire stack (eliminated the calls on our code, the lines are irrelevant).
    I still consider the corruption of memory as a possible reason, but it looks more and more that the issue is located inside the OS libraries. The both cores are located inside the dbm calls... Any insights on these cores?
    Below the machine description
    Thx in advance, Radu
    Patch: 118367-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118371-07 Obsoletes: 119265-02 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWtoo
    Patch: 118373-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118812-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsd
    Patch: 118872-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118918-17 Obsoletes: 116781-02, 121473-01, 121476-01, 121478-01, 121282-02, 121284-02, 121292-01, 121786-01, 119012-03 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcnetr, SUNWckr, SUNWcakr, SUNWhea, SUNWcslr, SUNWmdb, SUNWmdbr
    Patch: 119042-09 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsd, SUNWtnamr, SUNWkrbr, SUNWtnetr, SUNWocfr, SUNWvolr, SUNWnfscr, SUNWgssc, SUNWpmr, SUNWnisr, SUNWypr, SUNWzoner, SUNWmdr, SUNWaccr, SUNWbsr, SUNWdhcsr, SUNWatfsr, SUNWkdcr, SUNWbnur, SUNWcnsr, SUNWpcr, SUNWpsr, SUNWnfssr, SUNWntpr, SUNWftpr, SUNWpiclr, SUNWrcapr, SUNWrcmdr, SUNWslpr, SUNWsndmr, SUNWsshdr
    Patch: 119573-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 119574-02 Obsoletes: 119267-01 Requires: Incompatibles: Packages: SUNWcsu
    Patch: 119578-24 Obsoletes: 119330-01, 119331-01, 119559-01, 119576-01, 120635-02, 122396-01 Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl, SUNWckr, SUNWhea, SUNWfmd, SUNWarc
    Patch: 119824-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 119984-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120044-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120050-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120062-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWloc
    Patch: 120128-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWxcu6
    Patch: 120618-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120737-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 120816-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWesu, SUNWxcu4
    Patch: 120830-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWtoo, SUNWxcu4, SUNWxcu6
    Patch: 120845-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu, SUNWcsl
    Patch: 120988-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121002-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121008-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121012-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121132-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121215-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121288-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121296-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121406-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 121901-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122032-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122183-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122215-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 122513-01 Obsoletes: 122328-01 Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123015-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 123017-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsu
    Patch: 118822-30 Obsoletes: 118548-01, 118550-04, 119719-01, 119205-03, 119207-02, 119564-01, 119215-02, 119334-02, 119566-01, 119831-01, 119682-02, 118859-01, 118992-03, 119858-02, 120197-01, 118850-03, 119589-03, 118551-03, 118835-04, 118846-02, 118923-04, 119075-14, 119577-01, 119683-02, 119832-02, 119945-02, 119951-01, 119949-02, 119983-01, 119990-01, 120017-02, 120302-01, 120304-05, 119947-02, 120066-01, 118553-04, 119591-03, 119979-01, 120537-05, 120013-02, 120471-02 Requires: 119578-15 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWcnetr, SUNWckr, SUNWcart200, SUNWcakr, SUNWcsd, SUNWtoo, SUNWib, SUNWusb, SUNWopenssl-libraries, SUNWnfsckr, SUNWrcmdc, SUNWscpu, SUNWxge, SUNWhea, SUNWcslr, SUNWmdb, SUNWmdbr, SUNWpiclu, SUNWmdr, SUNWmdu, SUNWintgige, SUNWipfr, SUNWipfu, SUNWust1, SUNWarcr, SUNWkey, SUNWdfbh, SUNWmddr, SUNWdtrc, SUNWdtrp, SUNWopenssl-commands, SUNWftdur, SUNWpl5v, SUNWqos, SUNWsndmr, SUNWsndmu
    Patch: 121453-02 Obsoletes: 120776-03, 121086-02, 119107-07 Requires: 119574-02, 119254-06 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWccccrr, SUNWccccr, SUNWccfw, SUNWccsign, SUNWcctpx, SUNWccinv, SUNWcsmauth, SUNWppror, SUNWpprou, SUNWupdatemgru, SUNWupdatemgrr, SUNWswupcl, SUNWccccfg, SUNWccfwctrl, SUNWppro-plugin-sunos-base
    Patch: 122650-02 Obsoletes: Requires: 118822-30 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWckr, SUNWesu, SUNWxcu4, SUNWnfssu, SUNWdtrc, SUNWnfssr
    Patch: 118833-17 Obsoletes: 117170-01, 117461-08, 119994-01, 119996-01, 120627-01, 121266-01, 121276-03, 121788-02, 122294-01, 122176-01, 118375-07, 118375-07, 118996-04, 119374-13, 119444-03, 119569-02, 119715-10, 120054-02, 120362-02, 119828-05, 119939-01, 119941-03, 120251-02, 120254-03, 120258-02, 120300-01, 121280-01, 121794-02, 121852-01, 121237-01, 121301-02, 121777-01, 121784-01, 121790-01, 121792-01, 121798-01, 121800-01, 121804-01, 121894-01, 122235-01, 122241-01, 122242-01, 122243-01, 122334-01, 122336-01, 122338-01, 122339-01, 122342-01, 122344-01, 118996-04, 119374-13, 119444-03, 119569-02, 119828-05, 119939-01, 119941-03, 120251-02, 120254-03, 120258-02, 120300-01, 121280-01, 121794-02, 121852-01, 121237-01, 121301-02, 121777-01, 121784-01, 121790-01, 121792-01, 121798-01, 121800-01, 121804-01, 121894-01, 122235-01, 122241-01, 122242-01, 122243-01, 122334-01, 122336-01, 122338-01, 122339-01, 122342-01, 122344-01, 121796-01, 122081-01, 119992-02, 121806-01, 121832-01, 121834-01, 121836-01, 121838-01, 121840-01, 121842-01, 121844-01, 121846-01, 121848-01, 121850-01, 121854-01, 122296-01, 122298-01, 122302-01, 122304-01, 122306-01, 119689-08, 122314-01, 122316-01, 122318-01, 122320-01, 122322-01, 122324-01, 122346-01, 122348-01, 122350-01, 120009-01, 120034-01, 120083-01, 118927-02, 119216-02, 119218-02, 119568-02, 119572-01, 119681-08, 122644-01, 119687-02, 118370-04, 118911-01, 118913-02, 119557-09, 121808-01, 121810-01, 121812-01, 121814-01, 121816-01, 121818-01, 121820-01, 121822-01, 121824-01, 121826-01, 118852-07, 118874-02, 119596-03, 121268-01, 122079-01, 120030-03, 122237-02 Requires: 118822-30, 119254-14, 119578-22 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWcsl, SUNWckr, SUNWkvm, SUNWcakr, SUNWcsd, SUNWesu, SUNWkrbr, SUNWkrbu, SUNWtoo, SUNWib, SUNWipoib, SUNWtavor, SUNWudapltu, SUNWudapltr, SUNWudfr, SUNWusb, SUNWusbs, SUNWuedg, SUNWugen, SUNWusbu, SUNWnfscr, SUNWnfsckr, SUNWvolu, SUNWxge, SUNWxcu4, SUNWsmapi, SUNWhea, SUNWnisu, SUNWcslr, SUNWmdb, SUNWmdbr, SUNWmdr, SUNWses, SUNWssad, SUNWintgige, SUNWipfr, SUNWipfu, SUNWnfssu, SUNWust1, SUNWbtool, SUNWarcr, SUNWkey, SUNWatfsu, SUNWdtrc, SUNWdtrp, SUNWnfsskr, SUNWpppdu, SUNWrpcib, SUNWsbp2
    Patch: 119850-17 Obsoletes: 118915-01, 119560-02, 119561-03, 119333-01, 119582-04, 122333-01, 122364-01, 122366-01, 122368-01, 122370-01, 122372-01, 122374-01, 122378-01, 122380-01, 122382-01, 122384-01, 122386-01, 122392-01 Requires: 118822-20, 118833-04 Incompatibles: Packages: SUNWcsu, SUNWcsd, SUNWhea, SUNWpiclu, SUNWpd, SUNWpdu
    Patch: 119986-03 Obsoletes: Requires: 122176-01, 118833-12 Incompatibles: Packages: SUNWcsu
    Patch: 120986-04 Obsoletes: 121274-01, 121414-01 Requires: 118822-24, 119374-09 Incompatibles: Packages: SUNWcsu
    Patch: 122172-06 Obsoletes: Requires: 118833-12 Incompatibles: Packages: SUNWcsu, SUNWcsr
    Patch: 122174-03 Obsoletes: Requires: 118833-12 Incompatibles: Packages: SUNWcsu
    Patch: 122521-01 Obsoletes: 121856-01 Requires: 118833-04 Incompatibles: Packages: SUNWcsu
    Patch: 122652-02 Obsoletes: 118868-01, 120996-02, 121298-01 Requires: 118833-08 Incompatibles: Packages: SUNWcsu, SUNWesu, SUNWrcmdc, SUNWxcu4, SUNWxcu6, SUNWbart
    Patch: 119593-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 119685-05 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 120900-04 Obsoletes: 121266-01 Requires: Incompatibles: Packages: SUNWcsr, SUNWzoneu, SUNWdtrc
    Patch: 120990-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 121004-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 121133-02 Obsoletes: 121333-03 Requires: 120900-04 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 121561-03 Obsoletes: Requires: 119042-02 Incompatibles: Packages: SUNWcsr
    Patch: 122637-01 Obsoletes: Requires: 120900-04 Incompatibles: Packages: SUNWcsr
    Patch: 122662-01 Obsoletes: Requires: 120900-04 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 121474-01 Obsoletes: Requires: 118822-29 Incompatibles: Packages: SUNWcsr
    Patch: 122646-01 Obsoletes: Requires: 122662-01, 121133-01 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 122750-01 Obsoletes: Requires: 118822-30 Incompatibles: Packages: SUNWcsr
    Patch: 122195-02 Obsoletes: Requires: 118833-09, 118822-30 Incompatibles: Packages: SUNWcsr
    Patch: 122539-02 Obsoletes: 121782-01 Requires: 118822-30, 118833-04 Incompatibles: Packages: SUNWcsr, SUNWvolr
    Patch: 122640-05 Obsoletes: Requires: 118833-12 Incompatibles: Packages: SUNWcsr, SUNWzfskr, SUNWzfsr, SUNWzfsu
    Patch: 122658-02 Obsoletes: Requires: 122662-01, 122640-02, 118731-01 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 122660-02 Obsoletes: Requires: 121133-02, 122640-02, 122662-01 Incompatibles: Packages: SUNWcsr, SUNWzoneu
    Patch: 119077-10 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib
    Patch: 119079-13 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcsd, SUNWtnamr, SUNWkrbr, SUNWtnetr, SUNWtavor, SUNWusb, SUNWuedg, SUNWugen, SUNWocfr, SUNWvolr, SUNWnfscr, SUNWgssc, SUNWpmr, SUNWnisr, SUNWypr, SUNWzoner, SUNWmdr, SUNWintgige, SUNWaccr, SUNWbsr, SUNWdhcsr, SUNWatfsr, SUNWkdcr, SUNWbnur, SUNWllcr, SUNWcnsr, SUNWpcr, SUNWpsr, SUNWsacom, SUNWmipr, SUNWncar, SUNWnfssr, SUNWntpr, SUNWftpr, SUNWpiclr, SUNWpppdr, SUNWrcapr, SUNWrcmdr, SUNWslpr, SUNWsndmr, SUNWsndmu, SUNWsshdr
    Patch: 121061-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr
    Patch: 121778-12 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib, SUNWaudd, SUNWusb, SUNWugen, SUNWvolr, SUNWvolu, SUNWfmd, SUNWzoneu, SUNWses, SUNWssad, SUNWintgige, SUNWust1, SUNWpd
    Patch: 121780-11 Obsoletes: Requires: Incompatibles: Packages: SUNWcsr, SUNWcnetr, SUNWckr, SUNWcsd, SUNWib, SUNWusb, SUNWvolr, SUNWssad, SUNWaccr, SUNWsndmr
    Patch: 117463-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 118564-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWcslr
    Patch: 118870-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 120036-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 120052-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 120889-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWapct
    Patch: 120984-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 121130-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl
    Patch: 121921-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcsl, SUNWcslr
    Patch: 122754-01 Obsoletes: Requires: 118833-09 Incompatibles: Packages: SUNWcsl, SUNWperl584core, SUNWpl5u, SUNWhea
    Patch: 118842-01 Obsoletes: Requires: Incompatibles: Packages: SUNWckr
    Patch: 120048-03 Obsoletes: Requires: Incompatibles: Packages: SUNWckr, SUNWhea, SUNWfss
    Patch: 120311-02 Obsoletes: Requires: Incompatibles: Packages: SUNWckr, SUNWusb
    Patch: 120664-01 Obsoletes: Requires: Incompatibles: Packages: SUNWckr
    Patch: 121694-01 Obsoletes: Requires: Incompatibles: Packages: SUNWckr
    Patch: 120661-04 Obsoletes: Requires: 118822-23 Incompatibles: Packages: SUNWckr
    Patch: 121337-01 Obsoletes: Requires: 118822-23 Incompatibles: Packages: SUNWckr
    Patch: 121802-01 Obsoletes: Requires: 118822-30 Incompatibles: Packages: SUNWckr
    Patch: 122253-01 Obsoletes: Requires: 118822-30 Incompatibles: Packages: SUNWckr
    Patch: 120824-04 Obsoletes: Requires: Incompatibles: Packages: SUNWkvmt200
    Patch: 119982-05 Obsoletes: Requires: Incompatibles: Packages: SUNWkvm
    Patch: 122255-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcar
    Patch: 119981-09 Obsoletes: Requires: 118822-23 Incompatibles: Packages: SUNWcar, SUNWhea, SUNWpiclu
    Patch: 118557-03 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 121236-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcakr
    Patch: 120844-01 Obsoletes: Requires: 118822-19 Incompatibles: Packages: SUNWcakr
    Patch: 122027-03 Obsoletes: Requires: 118822-30 Incompatibles: Packages: SUNWcakr, SUNWcsd
    Patch: 118929-05 Obsoletes: Requires: 118822-15 Incompatibles: Packages: SUNWcsd
    Patch: 120753-02 Obsoletes: Requires: Incompatibles: Packages: SUNWlibmsr, SUNWlibm
    Patch: 119985-02 Obsoletes: Requires: Incompatibles: Packages: SUNWperl584core, SUNWperl584usr, SUNWpl5u
    Patch: 122239-01 Obsoletes: Requires: Incompatibles: Packages: SUNWperl584usr
    Patch: 118815-03 Obsoletes: 122034-01 Requires: Incompatibles: Packages: SUNWesu, SUNWxcu4
    Patch: 118824-01 Obsoletes: Requires: Incompatibles: Packages: SUNWesu, SUNWxcu4
    Patch: 118959-02 Obsoletes: Requires: Incompatibles: Packages: SUNWesu, SUNWaccu
    Patch: 119852-03 Obsoletes: 119943-01 Requires: 118822-21 Incompatibles: Packages: SUNWesu, SUNWhea
    Patch: 119059-13 Obsoletes: Requires: Incompatibles: Packages: SUNWxwplt, SUNWxwopt, SUNWxwacx, SUNWxwman, SUNWxwinc, SUNWxwsrv
    Patch: 119063-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxwplt
    Patch: 121868-03 Obsoletes: Requires: Incompatibles: Packages: SUNWxwplt
    Patch: 119963-05 Obsoletes: Requires: Incompatibles: Packages: SUNWlibC
    Patch: 119280-04 Obsoletes: Requires: Incompatibles: Packages: SUNWmfrun
    Patch: 119213-07 Obsoletes: Requires: Incompatibles: Packages: SUNWpr, SUNWtls, SUNWprd, SUNWtlsd, SUNWtlsu, SUNWjss
    Patch: 119955-03 Obsoletes: Requires: Incompatibles: Packages: SUNWtltk
    Patch: 122064-01 Obsoletes: Requires: Incompatibles: Packages: SUNWtltk
    Patch: 121870-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxwopt
    Patch: 119286-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtbas
    Patch: 120469-04 Obsoletes: Requires: Incompatibles: Packages: SUNWkrbu, SUNWkdcu
    Patch: 121006-01 Obsoletes: Requires: Incompatibles: Packages: SUNWkrbu, SUNWkdcu
    Patch: 118560-01 Obsoletes: Requires: Incompatibles: Packages: SUNWtnetc
    Patch: 120068-01 Obsoletes: Requires: Incompatibles: Packages: SUNWtnetd
    Patch: 121693-02 Obsoletes: Requires: 118822-25 Incompatibles: Packages: SUNWaudd, SUNWaudh
    Patch: 123358-01 Obsoletes: Requires: Incompatibles: Packages: SUNWugen
    Patch: 121734-04 Obsoletes: Requires: Incompatibles: Packages: SUNWuiu8, SUNWlccom, SUNWeuluf
    Patch: 121081-05 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWccccrr, SUNWccccr, SUNWccfw, SUNWccsign, SUNWcctpx, SUNWccinv, SUNWccccfg, SUNWccfwctrl
    Patch: 120934-01 Obsoletes: Requires: Incompatibles: Packages: SUNWccccrr
    Patch: 122231-01 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWcctpx
    Patch: 120932-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcctpx
    Patch: 123123-02 Obsoletes: Requires: Incompatibles: Packages: SUNWccinv
    Patch: 121118-06 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWppror, SUNWpprou, SUNWupdatemgru, SUNWupdatemgrr, SUNWppro-plugin-sunos-base
    Patch: 121575-01 Obsoletes: Requires: Incompatibles: Packages: SUNWppror
    Patch: 120335-04 Obsoletes: Requires: 121453-01 Incompatibles: Packages: SUNWpprou
    Patch: 120837-01 Obsoletes: Requires: Incompatibles: Packages: SUNWpprou, SUNWppro-plugin-sunos-base
    Patch: 121229-01 Obsoletes: Requires: Incompatibles: Packages: SUNWopenssl-libraries, SUNWopenssl-include
    Patch: 122535-01 Obsoletes: 121294-01 Requires: Incompatibles: Packages: SUNWopenssl-libraries
    Patch: 119254-24 Obsoletes: 119015-03 Requires: 121333-02 Incompatibles: Packages: SUNWswmt, SUNWpkgcmdsu
    Patch: 120746-01 Obsoletes: Requires: Incompatibles: Packages: SUNWswmt
    Patch: 122225-01 Obsoletes: Requires: Incompatibles: Packages: SUNWupdatemgru
    Patch: 120732-01 Obsoletes: Requires: Incompatibles: Packages: SUNWlibusb, SUNWlibusbugen, SUNWsfwhea
    Patch: 118666-05 Obsoletes: Requires: Incompatibles: Packages: SUNWj5rt, SUNWj5cfg, SUNWj5dev, SUNWj5dmo, SUNWj5man
    Patch: 120410-10 Obsoletes: Requires: 119254-13, 121975-01 Incompatibles: Packages: SUNWxi18n, SUNWxim, SUNWiiimu, SUNWiiimr
    Patch: 119648-01 Obsoletes: Requires: Incompatibles: Packages: SUNWvld
    Patch: 120046-01 Obsoletes: Requires: Incompatibles: Packages: SUNWnfscu
    Patch: 120101-01 Obsoletes: Requires: Incompatibles: Packages: SUNWvolu
    Patch: 119313-06 Obsoletes: Requires: Incompatibles: Packages: SUNWwbapi, SUNWwbcor, SUNWwbcou, SUNWwbpro, SUNWdclnt
    Patch: 120452-01 Obsoletes: Requires: Incompatibles: Packages: SUNWwbcor
    Patch: 121308-04 Obsoletes: Requires: Incompatibles: Packages: SUNWmccom, SUNWmcc, SUNWmc, SUNWwbmc
    Patch: 120719-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgzip
    Patch: 119278-09 Obsoletes: 120339-01 Requires: 119059-10 Incompatibles: Packages: SUNWdtdte, SUNWdtwm
    Patch: 121975-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdte
    Patch: 121977-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdte
    Patch: 121233-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgss
    Patch: 121239-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgss, SUNWhea
    Patch: 118566-01 Obsoletes: Requires: Incompatibles: Packages: SUNWbip
    Patch: 120329-02 Obsoletes: Requires: Incompatibles: Packages: SUNWrcmds
    Patch: 119282-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdst, SUNWscgui, SUNWpdas
    Patch: 121487-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtdst
    Patch: 122735-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtwm
    Patch: 123121-02 Obsoletes: Requires: Incompatibles: Packages: SUNWwsr2
    Patch: 123140-01 Obsoletes: Requires: Incompatibles: Packages: SUNWwsr2
    Patch: 120201-02 Obsoletes: Requires: Incompatibles: Packages: SUNWxorg-clientlibs, SUNWxorg-headers
    Patch: 119900-02 Obsoletes: 121097-01 Requires: Incompatibles: Packages: SUNWTiff, SUNWTiff-devel
    Patch: 119812-01 Obsoletes: Requires: Incompatibles: Packages: SUNWfreetype2
    Patch: 119065-01 Obsoletes: Requires: Incompatibles: Packages: SUNWfontconfig-root
    Patch: 120460-07 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-base-libs-root, SUNWgnome-base-libs-share, SUNWgnome-base-libs, SUNWgnome-base-libs-devel-share, SUNWgnome-base-libs-devel
    Patch: 122700-02 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-base-libs-root
    Patch: 120094-06 Obsoletes: Requires: Incompatibles: Packages: SUNWxwsvr
    Patch: 120284-02 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-component
    Patch: 120458-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-config
    Patch: 122204-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-config
    Patch: 119906-04 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-vfs-share, SUNWgnome-vfs
    Patch: 119757-02 Obsoletes: Requires: Incompatibles: Packages: SUNWsmbar, SUNWsmbau, SUNWsmbac
    Patch: 121095-01 Obsoletes: Requires: Incompatibles: Packages: SUNWlibexif
    Patch: 121036-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-a11y-base-libs
    Patch: 122212-03 Obsoletes: 119412-08, 119542-06, 119908-02, 119370-10, 120133-04, 119366-05, 120135-03, 120296-01 Requires: Incompatibles: Packages: SUNWgnome-libs-root, SUNWgnome-libs-share, SUNWgnome-libs, SUNWgnome-panel-root, SUNWgnome-panel-share, SUNWgnome-panel, SUNWgnome-file-mgr-root, SUNWgnome-file-mgr, SUNWgnome-desktop-prefs-share, SUNWgnome-desktop-prefs, SUNWgnome-display-mgr-root, SUNWgnome-display-mgr-share, SUNWgnome-session, SUNWgnome-display-mgr, SUNWgnome-img-editor-share, SUNWgnome-panel-devel, SUNWgnome-session-share, SUNWgnome-themes-share
    Patch: 119988-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxcu4
    Patch: 118676-02 Obsoletes: Requires: Incompatibles: Packages: SUNWsprot, SUNWxcu4t
    Patch: 118683-01 Obsoletes: Requires: Incompatibles: Packages: SUNWsprot
    Patch: 121211-01 Obsoletes: 120217-03 Requires: Incompatibles: Packages: SUNWmctag, SUNWmcon, SUNWmcos, SUNWmcosx
    Patch: 120706-02 Obsoletes: Requires: Incompatibles: Packages: SUNWxildh
    Patch: 118965-01 Obsoletes: Requires: Incompatibles: Packages: SUNWxorg-client-programs
    Patch: 120812-10 Obsoletes: Requires: Incompatibles: Packages: SUNWglrt
    Patch: 119410-03 Obsoletes: Requires: 119370-01 Incompatibles: Packages: SUNWgnome-utility-applets, SUNWgnome-dictionary, SUNWgnome-fun-applets, SUNWgnome-internet-applets, SUNWgnome-intranet-applets, SUNWgnome-mm-applets
    Patch: 119538-04 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-wm-root, SUNWgnome-wm
    Patch: 122669-01 Obsoletes: Requires: Incompatibles: Packages: SUNWlibgcrypt
    Patch: 122259-01 Obsoletes: Requires: Incompatibles: Packages: SUNWgscr
    Patch: 118884-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 119070-04 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 120064-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 120741-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 120994-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 121580-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 121721-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 121905-01 Obsoletes: Requires: Incompatibles: Packages: SUNWhea
    Patch: 119583-01 Obsoletes: Requires: 118822-16 Incompatibles: Packages: SUNWhea
    Patch: 121394-01 Obsoletes: Requires: 118822-24 Incompatibles: Packages: SUNWhea
    Patch: 118925-03 Obsoletes: 120023-01, 120998-02 Requires: 119374-06, 119689-04 Incompatibles: Packages: SUNWhea
    Patch: 120992-02 Obsoletes: Requires: 118833-06 Incompatibles: Packages: SUNWhea
    Patch: 121128-01 Obsoletes: Requires: 118833-10 Incompatibles: Packages: SUNWhea
    Patch: 122517-01 Obsoletes: 122356-01 Requires: 118833-04 Incompatibles: Packages: SUNWhea
    Patch: 122525-01 Obsoletes: 122358-01 Requires: 118833-04 Incompatibles: Packages: SUNWhea
    Patch: 119810-02 Obsoletes: Requires: Incompatibles: Packages: SUNWicu, SUNWicud
    Patch: 118735-01 Obsoletes: Requires: Incompatibles: Packages: SUNWnisu
    Patch: 119073-03 Obsoletes: Requires: Incompatibles: Packages: SUNWnisu
    Patch: 122029-01 Obsoletes: Requires: Incompatibles: Packages: SUNWnisu
    Patch: 122085-01 Obsoletes: Requires: Incompatibles: Packages: SUNWnisu
    Patch: 119586-02 Obsoletes: 119336-01 Requires: Incompatibles: Packages: SUNWcpcu
    Patch: 119580-02 Obsoletes: 119332-01 Requires: 118822-03 Incompatibles: Packages: SUNWcpcu
    Patch: 122752-03 Obsoletes: Requires: 118833-09, 119578-21, 120272-03 Incompatibles: Packages: SUNWfmd, SUNWcslr
    Patch: 118346-04 Obsoletes: Requires: Incompatibles: Packages: SUNWcslr
    Patch: 119143-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcslr
    Patch: 119826-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcslr
    Patch: 120032-02 Obsoletes: Requires: Incompatibles: Packages: SUNWcslr
    Patch: 120473-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcslr
    Patch: 122251-01 Obsoletes: Requires: Incompatibles: Packages: SUNWcslr
    Patch: 119601-06 Obsoletes: Requires: Incompatibles: Packages: SUNWgnome-l10nmessages-ru
    Patch: 120198-04 Obsoletes: Requires: Incompatibles: Packages: SUNWpiclu
    Patch: 121557-01 Obsoletes: Requires: Incompatibles: Packages: SUNWpiclu
    Patch: 121944-01 Obsoletes: Requires: Incompatibles: Packages: SUNWpiclu
    Patch: 122087-01 Obsoletes: Requires: Incompatibles: Packages: SUNWpiclu
    Patch: 122523-01 Obsoletes: 122388-01 Requires: Incompatibles: Packages: SUNWpiclu
    Patch: 122537-01 Obsoletes: Requires: Incompatibles: Packages: SUNWpiclu
    Patch: 120807-01 Obsoletes: Requires: Incompatibles: Packages: SUNWmdu
    Patch: 120809-01 Obsoletes: Requires: Incompatibles: Packages: SUNWmdu
    Patch: 121010-01 Obsoletes: Requires: Incompatibles: Packages: SUNWmdu
    Patch: 122083-01 Obsoletes: Requires: Incompatibles: Packages: SUNWmdu
    Patch: 123066-01 Obsoletes: Requires: Incompatibles: Packages: SUNWmdu
    Patch: 119081-20 Obsoletes: 119145-07, 119250-04 Requires: 119254-11, 120900-03 Incompatibles: Packages: SUNWadmc, SUNWadmlib-sysid, SUNWinst
    Patch: 120199-04 Obsoletes: Requires: Incompatibles: Packages: SUNWadmr, SUNWadmap
    Patch: 119252-11 Obsoletes: Requires: Incompatibles: Packages: SUNWadmap
    Patch: 121430-10 Obsoletes: 121435-04, 121437-02 Requires: Incompatibles: Packages: SUNWlur, SUNWluu
    Patch: 121306-02 Obsoletes: Requires: Incompatibles: Packages: SUNWlur
    Patch: 120235-01 Obsoletes: Requires: 119254-03 Incompatibles: Packages: SUNWluzone
    Patch: 121428-03 Obsoletes: Requires: 120235-01 Incompatibles: Packages: SUNWluzone
    Patch: 120629-02 Obsoletes: Requires: Incompatibles: Packages: SUNWpool
    Patch: 118731-01 Obsoletes: Requires: Incompatibles: Packages: SUNWzoneu
    Patch: 119470-07 Obsoletes: Requires: Incompatibles: Packages: SUNWluxop, SUNWluxopr
    Patch: 119534-07 Obsoletes: Requires: Incompatibles: Packages: SUNWinst
    Patch: 120849-04 Obsoletes: Requires: Incompatibles: Packages: SUNWipged
    Patch: 121606-01 Obsoletes: Requires: Incompatibles: Packages: SUNWPython, SUNWPython-devel
    Patch: 121671-01 Obsoletes: Requires: Incompatibles: Packages: SUNWPython
    Patch: 119764-03 Obsoletes: Requires: Incompatibles: Packages: SUNWipmi
    Patch: 121189-02 Obsoletes: Requires: Incompatibles: Packages: SUNWced
    Patch: 117465-02 Obsoletes: Requires: Incompatibles: Packages: SUNWaccu
    Patch: 120038-01 Obsoletes: Requires: Incompatibles: Packages: SUNWaccu
    Patch: 121104-01 Obsoletes: Requires: Incompatibles: Packages: SUNWacroread
    Patch: 119315-05 Obsoletes: Requires: Incompatibles: Packages: SUNWmga
    Patch: 119284-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdtezt
    Patch: 119090-19 Obsoletes: 121980-03 Requires: Incompatibles: Packages: SUNWiscsir, SUNWiscsiu
    Patch: 119092-07 Obsoletes: Requires: Incompatibles: Packages: SUNWiscsir
    Patch: 118879-01 Obsoletes: Requires: Incompatibles: Packages: SUNWdhcsu
    Patch: 120780-02 Obsoletes: Requires: Incompatibles: Packages: SUNWixgb
    Patch: 119115-17 Obsoletes: Requires: Incompatibles: Packages: SUNWmoznspr, SUNWmozilla, SUNWmozmail, SUNWmozpsm, SUNWmozilla-devel
    Patch: 121136-01 Obsoletes: Requires: Incompatibles: Packages: SUNWacroread-plugin
    Patch: 120099-03 Obsoletes: Requires: Incompatibles: Packages: SUNWapbas
    Patch: 120543-02 Obsoletes: Requires: Incompatibles: Packages: SUNWapch2r, SUNWapch2u, SUNWapch2d
    Patch: 121265-02 Obsoletes: Requires: Incompatibles: Packages: SUNWust1
    Patch: 119703-05 Obsoletes: Requires: Incompatibles: Packages: SUNWladm
    Patch: 119546-04 Obsoletes: Requires: Incompatibles: Packages: SUNWapoc
    Patch: 119903-01 Obsoletes: Requires: Incompatibles: Packages: SUNWolrte
    Patch: 118667-05 Obsoletes: Requires: Incompatibles: Packages: SUNWj5rtx, SUNWj5dmx, SUNWj5dvx
    Patch: 120454-01 Obsoletes: Requires: Incompatibles: Packages: SUNWapoc-adapter-gconf
    Patch: 122416-01 Obsoletes: Requires: Incompatibles: Packages: SUNWale
    Patch: 119246-15 Obsoletes: Requires: Incompatibles: Packages: SUNWman
    Patch: 118890-02 Obsoletes: 121278-01 Requires: Incompatibles: Packages: SUNWarcr
    Patch: 122119-03 Obsoletes: Requires: Incompatibles: Packages: SUNWarrf
    Patch: 122180-01 Obsoletes: Requires: Incompatibles: Packages: SUNWarrf
    Patch: 119407-06 Obsoletes: Requires: 121734-01 Incompatibles: Packages: SUNWi5cs, SUNWeeuos, SUNWeeudt, SUNWeeuow
    Patch: 119130-20 Obsoletes: 119086-05, 120342-04 Requires: Incompatibles: Packages: SUNWjfca, SUNWjfcau, SUNWf

    OK, I see that dbm_open is NOT mt safe. But please look at the stack, it shows:
    [1] dbm_open[...]
    [2] dbm_open[...]
    [3] operator new[...]
    which means the implementation of operator new is calling dbm_*. I didn't implement operators new/delete, they are Solaris implemented.
    I agree there are several explanations, including:
    1. the stack is wrong - unlikely because the others frames are matching perfectly with my code
    2. because of other problems in my code the stack or other parts of memory are corrupted
    In this moment I would like to know if Solaris implementation of allocation of memory is USING dbm_* and if so, how it is supposed to work. If not, anybody has any idea why dbx shows me this kind of stack (operator new/delete calling dbm_* methods)...
    As I said, the cores I have show this kind of stack over and over again. That's why I am supposing there are chances the problem being somehow related to OS... Obviously I am further collecting them and hope to see something.
    Using dbm in an MT program is a source of several of
    these errors, which is why I recommend resolving that
    issue first.I am not using dbm_* calls anywhere in my code (not directly at least)...
    Thx
    Radu

  • A destructor and a delete operator

    Hello,
    How to use the delete operator in JAVA?
    Also what is the syntax of writting destructor?
    class sample
    LinkedList Lists;
    sample()
    Lists = new LinkedList();
    ~sample()
    delete Lists;
    The above code doesn't work in JAVA.
    May I know the reason?

    You may want to null a reference in this case:
    class X {
        private BufferedImage image;
        public void setImage(URL url) throws IOException {
            image = null;
            image = ImageIO.read(url);
    }Without nulling the image reference, the JVM may find it's out of memory and gc while reading the new image.
    It may even find it has to expand memory to hold the new image.
    It may only realize the old image is eligable for collection after doing this and updating the image
    reference. (A smart JVM may realize that the last reference to the old image is about to disappear
    and hurry it along, but you can imagine situations where the detachment is more subtle.)
    Again there are a few instances where nulling a reference makes sense.

  • I am using a mac mini 2011 an 3gs i phone 2010 macbook white 2008 and a new 2013 apple tv box. When i check info on the cloud I get 'upgrade your operating system to the latest. My question is is it possible to use the icloud system without an upgrade

    I am using a mac mini 2011 an 3gs i phone 2010 macbook white 2008 and a new 2013 apple tv box. When i check info on the cloud I get 'upgrade your operating system to the latest. My question is is it possible to use the icloud system without an upgrade

    iCloud requires OS X 10.7.2.

  • I can not delete my history and adding new bookmarks. Upgrading to later Firefox versions and/or re-installing didn't help. The address bar still shows the web addresses of old and whenever I make new bookmarks, it's always gone as if it was never made.

    I can not delete my history and adding new bookmarks.
    Upgrading to later Firefox versions and/or re-installing didn't rectify it either.
    The address bar still shows the web addresses of old and whenever I make new bookmarks, it's always gone as if it was never made.
    Also, I have noticed that every once in awhile you can not close tabs you've opened, either by pushing on the X button and/or clicking on the mouse to close it. Although closing the window and opening it again (without closing the Firefox application) seemed to rectify the problem in the short term, it's becoming quite annoying.
    == This happened ==
    Every time Firefox opened
    == the Firefox is being used

    I think I have a solution.
    First, download the add-on SQManager. This should be included with FireFox, it is really good.
    Look for the file '''moz_hosts''' in the folder '''places.sqlite'''.
    Don't delete the file, just delete the information in the file. My file has over 3600 websites, which go back years!! I did not know they were there, but I was frustrated about not being able to get rid of them. They popped up every time I used the address bar. Clearing my history would not get rid of them.
    This is where they are stored!! I found that by deleting the pesky web site from '''moz_hosts''', it does not appear in my address bar anymore!!!
    I think that if I just delete all the websites in moz_hosts....
    Wa-la...History Gone!!!
    As long as you don't delete the file, just empty it, FireFox won't know the difference. It will just keep adding websites to it until you empty it again.
    Why running "clear recent history" doesn't do this, I don't know. You are doing manually what "clear recent history" is not doing.
    Please tell me if you see any flaw in this.
    ''I think it's the solution we've all been looking for!''

  • HT204053 How do I delete an old apple ID on my I phone and replace with my new one. The old one keeps giving me updates that I can't access and want it deleted

    I have my ex apple id that we shared on my I phone and created new account. How can I delete his apple id on my I phone since I keep getting update notifications for updates of apps installed on my phone and I can't access and want the updates to stop. Please help!!! Thank u

    Welcome to the Apple Community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")

  • I have chosen to fil migrate from old ibook to new MacBook Pro using Time Machine after establishing admin account. I now have two admin. accounts and wish to delete the later one and transfer files manually. I am worried I will loose both accounts. ??

    I have chosen to fil migrate from old ibook to new MacBook Pro using Time Machine after establishing admin account. I now have two admin. accounts and wish to delete the later one and transfer files manually. I am worried I will loose both accounts. ??

    Use the Office for Mac and ignore using Parallels for that. If you have PC only apps you have to run that are MS Windows only then consider Parallels. Just transfer your main PC, using Migration Assistant.  If you don't know how then simply read over Pondini's article called Lion or Mountain Lion Setup Assistant tips and look for the section on migrating from a PC. Millions have done what you are about to, it's far from leading edge these days, if you go to an Apple Store to purchase they will offer this as a service, something you might be interested in.

  • I have bought an iMAC second hand but when updates to purchased (not by me) Apps I cannot download the updates as it is asking for the original owners password. How can I amend this or could I delete the Apps and download new ones in place under my email

    I have bought an iMAC second hand but when updates to purchased (not by me) Apps I cannot download the updates as it is asking for the original owners password. How can I amend this or could I delete the Apps and download new ones in place under my email

    If the machine was upgraded to Lion 10.7.x by the original owner then you bought an illegal license of Lion and also of any other applications that the seller  said came pre-installed, this assumes the seller did not include original install media. In that case you need to contact the seller for the original install DVDs that came with the machine re-install up to Snow Leopard 10.6.8 and then purchase Mountain Lion ($20) and the applications you want or need. If the seller cannot come up with the original install discs then you can buy them from a nominal cost from AppleCare..

  • I have a new email address. Changed this on my itunes account. On iPhone deleted old icloud account and created new with new email. I have set find my phone to on. When I download music it no longer goes to icloud an does not show up on my iphone.

    I have a new email address. Changed this on my itunes account. On iPhone deleted old icloud account and created new with new email. I have set find my phone to on. When I download music from itunes it no longer goes to icloud an does not show up on my iphone.

    I have the same problem - it is maddening. I rely on this iPad for work so this is not just an annoyance! The above solutions of changing the appleid on the device or on the website do not work.
    The old email address no longer exists - I haven't used it in a year probably and I no longer have the account.  I logged into the appleid website and there is no trace of the old email address so there is nothing that can be deleted or changed there.  On the iPad there is no trace of the old email address so nothing can be deleted there either. I have updated the iPad software and the same problem comes right back.  Every 2 seconds I am asked to log in using the old non-existent email.  The device is currently useless.
    The only recent change to anything was the addition of an Apple TV device, which was set up using the correct login and password.
    Does anyone have any ideas? The iPad has been backed up to the iCloud so presumably it now won't recognize the current iCloud account? So restoring may notbe an option?

  • Just  bought a new phone and want to delete everything off my old phone so I can sell it. How do I do this?

    just  bought a new phone and want to delete everything off my old phone so I can sell it. How do I do this?

    Read here...
    What to do before selling or giving away your iPhone, iPad, or iPod touch

  • Receiver JDBC: Error while doing the Deleting and Inserting new records

    Hi All,
              I am doing Idoc to JDBC scenario. In this I am collecting & bundling different type of Idocs and then sending to the JDBC receiver. My requirement is to delete the existing records in the database and insert the new records. I have configures as mentioned in the link
    Re: Combining DELETE and INSERT statements in JDBC receiver
    In the above link its shows for single mapping. In my scenario I am using multi mapping for collecting idocs in BPM. If I configured for normal mapping then it is working fine(Deleting existing records and Inserting new record). Whenever I am using multi mapping then I am getting following error in the receiver JDBC communication channel u201CError while parsing or executing XML-SQL document: Error processing request in sax parser: No 'action' attribute found in XML document (attribute "action" missing or wrong XML structure)u201D . Can you please tell me what might be the problem.
    Thanks & Regards,
    T.Purushotham

    Hi !
    check this out:
    JDBC - No 'action' attribute found in XML document - error
    JDBC receiver adapter: No 'action' attribute found in XML document
    It appears that the inbound payload (the one that is going from XI to the JDBC adapter) does not have the requiered tag to specify which SQL action to execute in the receiver system. Maybe the multimapping is not creating the desired output message format.
    Regards,
    Matias.

Maybe you are looking for

  • External Monitor 'Not Optimum Mode'

    Hi all, I've been using my macbook hooked up to a 17" Samsung VGA LCD monitor through the Mini DVI to VGA connector for quite some time now. Until recently, my monitor have gone blank and displays a 'Not Optimum Mode. 1280x1024 60 Hz' message. I kept

  • Corrupted time machine backup and Migration tool

    Thanks in advance to anyone that is able to help. Sorry for the long read. Recently I replaced my hard drive because it was slowing down and had a very large number of bad sectors. After replacing the HD with a new one I tried to use migration assist

  • Installation of SAP R/3 Enterprise 4.70 & SAP BW 3.5 in Windows 2003

    Hi Everyone, I want to know, can i Install SAP R/3 4.70 & SAP BW 3.5 with Windows 2003 Enterprise Server. I know it's available on service.sap.com but is there anywhere else i can find the documentation on installation, pls give me a link where i can

  • My "Show Photo Settings" button not working.

    The button is light grey and won't function. I'm sure it's an easy fix and I just am forgetting something obvious.

  • Charts usage on 4.0 EA

    Is there any documentation available on how to use the new charts? Looks like, this great product lacks a great documentation.