Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Application crash in Ubuntu 12.04

  1. #1
    Join Date
    Jul 2012
    Beans
    36

    Application crash in Ubuntu 12.04

    After opening the applications like firefox it is crashing.

    I have attached the 'apport.log'.

    I have installed 12.04 a week back. And it is difficult to work with ubuntu. even the browser is crashing in seconds

    Let me know what can be the problem.
    Attached Files Attached Files

  2. #2
    Join Date
    Jul 2012
    Beans
    36

    Re: Application crash in Ubuntu 12.04

    What should i do now? Re-install the complete UBUNTU? Any suggestions?

    Lot of pop-up windows with 'report this problem'..

  3. #3
    Join Date
    Jul 2012
    Beans
    36

    Re: Application crash in Ubuntu 12.04

    when i login i get this error(attached the screen shot). When i click the 'roport problem' i get another error. this keep on continue..

    Any suggestions from any one?
    Attached Images Attached Images

  4. #4
    Join Date
    Jul 2012
    Beans
    36

    Re: Application crash in Ubuntu 12.04

    i am not sure all my problems with ubuntu 12.04 is the same issue..

    here i have another issue
    Code:
    seb@seb-desk:~$ mahjongg 
    Gtk-Message: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
    
    (mahjongg:4007): GLib-GIO-CRITICAL **: g_application_list_actions: assertion `application->priv->is_registered' failed
    Segmentation fault

  5. #5
    Join Date
    Jul 2012
    Beans
    36

    Re: Application crash in Ubuntu 12.04

    Code:
    seb@seb-desk:~$ software-center
    Gtk-Message: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
    2012-09-09 13:23:31,549 - softwarecenter.ui.gtk3.app - INFO - setting up proxy 'None'
    2012-09-09 13:23:31,552 - softwarecenter.db.database - INFO - open() database: path=None use_axi=True use_agent=True
    
    (software-center:2151): Gtk-WARNING **: Theme parsing error: softwarecenter.css:34:20: Not using units is deprecated. Assuming 'px'.
    
    (software-center:2151): Gtk-WARNING **: Theme parsing error: softwarecenter.css:34:22: Not using units is deprecated. Assuming 'px'.
    
    (software-center:2151): Gtk-WARNING **: Theme parsing error: softwarecenter.css:56:20: Not using units is deprecated. Assuming 'px'.
    
    (software-center:2151): Gtk-WARNING **: Theme parsing error: softwarecenter.css:56:22: Not using units is deprecated. Assuming 'px'.
    
    (software-center:2151): Gtk-WARNING **: Theme parsing error: softwarecenter.css:60:20: Not using units is deprecated. Assuming 'px'.
    
    (software-center:2151): Gtk-WARNING **: Theme parsing error: softwarecenter.css:60:22: Not using units is deprecated. Assuming 'px'.
    2012-09-09 13:23:31,847 - softwarecenter.backend.reviews - WARNING - Could not get usefulness from server, no username in config file
    2012-09-09 13:23:31,973 - softwarecenter.ui.gtk3.app - INFO - show_available_packages: search_text is '', app is None.
    2012-09-09 13:23:31,980 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
    2012-09-09 13:23:32,025 - softwarecenter.backend.spawn_helper - WARNING - exit code 1 from helper for '['/usr/share/software-center/piston_generic_helper.py', '--datadir', '/usr/share/software-center/', 'RatingsAndReviewsAPI', 'review_stats', '{"days": 8}']'
    2012-09-09 13:23:32,025 - softwarecenter.backend.spawn_helper - WARNING - got error from helper: 'ERROR:__main__:urclient_apps
    Traceback (most recent call last):
      File "/usr/share/software-center/piston_generic_helper.py", line 214, in <module>
        piston_reply = f(**kwargs)
      File "/usr/lib/python2.7/dist-packages/piston_mini_client/validators.py", line 44, in wrapper
        return func(*args, **kwargs)
      File "/usr/lib/python2.7/dist-packages/piston_mini_client/validators.py", line 44, in wrapper
        return func(*args, **kwargs)
      File "/usr/lib/python2.7/dist-packages/piston_mini_client/validators.py", line 65, in wrapper
        return func(*args, **kwargs)
      File "/usr/lib/python2.7/dist-packages/piston_mini_client/__init__.py", line 140, in wrapper
        data = json.loads(body)
      File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
        return _default_decoder.decode(s)
      File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
        obj, end = self.raw_decode(s, idx=_w(s, 0).end())
      File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
        obj, end = self.scan_once(s, idx)
    ValueError: Expecting : delimiter: line 22316 column 20 (char 581861)
    '
    Traceback (most recent call last):
      File "/usr/bin/software-center", line 176, in <module>
        app.run(args)
      File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 1422, in run
        self.show_available_packages(args)
      File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 1352, in show_available_packages
        self.view_manager.set_active_view(ViewPages.AVAILABLE)
      File "/usr/share/software-center/softwarecenter/ui/gtk3/session/viewmanager.py", line 154, in set_active_view
        view_widget.init_view()
      File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/availablepane.py", line 136, in init_view
        SoftwarePane.init_view(self)
      File "/usr/share/software-center/softwarecenter/ui/gtk3/panes/softwarepane.py", line 215, in init_view
        self.icons, self.show_ratings)
      File "/usr/share/software-center/softwarecenter/ui/gtk3/views/appview.py", line 69, in __init__
        self.helper = AppPropertiesHelper(db, cache, icons)
      File "/usr/share/software-center/softwarecenter/ui/gtk3/models/appstore2.py", line 109, in __init__
        softwarecenter.paths.APP_INSTALL_PATH)
      File "/usr/share/software-center/softwarecenter/db/categories.py", line 250, in parse_applications_menu
        tree = ET.parse(f)
      File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1183, in parse
        tree.parse(source, parser)
      File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 656, in parse
        parser.feed(data)
      File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1643, in feed
        self._raiseerror(v)
      File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1507, in _raiseerror
        raise err
    xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 68, column 33

  6. #6
    Join Date
    Jul 2012
    Beans
    36

    Re: Application crash in Ubuntu 12.04

    Code:
    seb@seb-desk:~$ transmission-gtk 
    Gtk-Message: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
    
    (transmission-gtk:2971): GLib-GObject-CRITICAL **: g_object_add_weak_pointer: assertion `G_IS_OBJECT (object)' failed
    
    (transmission-gtk:2971): GLib-GObject-CRITICAL **: g_object_add_weak_pointer: assertion `G_IS_OBJECT (object)' failed
    
    (transmission-gtk:2971): GLib-GObject-CRITICAL **: g_object_add_weak_pointer: assertion `G_IS_OBJECT (object)' failed
    
    (transmission-gtk:2971): GLib-GObject-CRITICAL **: g_object_add_weak_pointer: assertion `G_IS_OBJECT (object)' failed
    
    (transmission-gtk:2971): GLib-GObject-CRITICAL **: g_object_add_weak_pointer: assertion `G_IS_OBJECT (object)' failed
    
    (transmission-gtk:2971): GLib-GObject-CRITICAL **: g_object_add_weak_pointer: assertion `G_IS_OBJECT (object)' failed
    
    (transmission-gtk:2971): GLib-GObject-CRITICAL **: g_object_add_weak_pointer: assertion `G_IS_OBJECT (object)' failed
    
    (transmission-gtk:2971): GLib-GObject-CRITICAL **: g_object_add_weak_pointer: assertion `G_IS_OBJECT (object)' failed
    
    (transmission-gtk:2971): GLib-GObject-CRITICAL **: g_object_add_weak_pointer: assertion `G_IS_OBJECT (object)' failed

  7. #7
    Join Date
    Jul 2012
    Beans
    36

    Re: Application crash in Ubuntu 12.04

    i don't know why no one had looked into my problem?

    Am i reporting something wrong? or in a wrong form? or in a wrong way?

    But for me it become almost impossible to work in ubuntu. All the applications crashes this time or the other.

  8. #8
    Join Date
    Apr 2007
    Beans
    39

    Re: Application crash in Ubuntu 12.04

    Quote Originally Posted by sebin View Post
    i am not sure all my problems with ubuntu 12.04 is the same issue..

    here i have another issue
    Code:
    seb@seb-desk:~$ mahjongg 
    Gtk-Message: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
    
    (mahjongg:4007): GLib-GIO-CRITICAL **: g_application_list_actions: assertion `application->priv->is_registered' failed
    Segmentation fault
    The same is happening to me today (that "application->priv->is_registered" error). I'm also not sure what's happening, but so far this is the only program that has this error that I saw so far.

  9. #9
    Join Date
    Jul 2012
    Beans
    36

    Re: Application crash in Ubuntu 12.04

    i tried these things.
    1) remove the PAE kernal and install the normal one.
    2) reinstall the mahjongg

    but the effect is the same. May be we have to get the source and recompile and see..

  10. #10
    Join Date
    Mar 2010
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Application crash in Ubuntu 12.04

    What gnome session you are logging in? Unity or shell?
    No sacrifice is purely altruistic
    If a man does not know to what port he is sailing, no wind is favourable

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •