[Bug 1160569]

2018-12-10 Thread Amos083
(Probably just cosmetics): Referring to https://hg.mozilla.org/mozilla-
central/rev/966db7a40427 , the comment in line 5.28 seems to be
incomplete.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Mkmelin+mozilla
This is fixed for v42+ (as per target milestone) and there's no non-beta
release of Thunderbird for that yet, next major version is v45.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Mh+mozilla
(In reply to Karl Tomlinson (ni?:karlt) from comment #122)
> Comment on attachment 8630422
> Replace g_slice_set_config() with G_SLICE environment variable
> 
> The g_type_init() call has been dropped.
> I don't know of a static constructor using GSlice in GLib 2.32.

Yeah, I was mistaken, I thought there was, but there isn't. Only
g_thread is initialized, not g_slice.

> >+#if defined(MOZ_WIDGET_GTK)
> >+#if !GLIB_CHECK_VERSION(2, 32, 0)
> 
> The compile time glib version check is contrary to our goal of compiling the
> same code irrespective of the compile environment.

I thought that too, and then I found a bunch of preprocessor glib
version checks (various GLIB_CHECK_VERSION in harfbuzz, and various
GLIB_MAJOR/MINOR_VERSION checks here and there, although, looking at
them, they are actually useless because they're for versions even older
than what we support ; harfbuzz does check for versions well above
2.18).

> Can this just be "if MOZ_WIDGET_GTK == 2" ?

sure
 
> I'd also be happy to drop support for G_SLICE=always-malloc on versions prior
> to 2.32 if that makes the g_thread_init situation simpler.  However, I don't
> know whether it is acceptable to call g_thread_init after g_type_init in
> versions prior to 2.24.

g_thread_init can be called multiple times in versions >= 2.24, and
gtype.c says, about g_type_init, "Since version 2.24 this also
initializes the thread system". So if we're okay with dropping G_SLICE
=always-malloc for versions 2.18 to 2.23 included, we should be able to
get away with only calling g_type_init. Another option would be to just
call g_slice_alloc/g_slice_free1, which will obviously initialize
gslice, and after all, sounds much simpler.

Thoughts?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Karlt
*** Bug 1075079 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Cbook
https://hg.mozilla.org/mozilla-central/rev/966db7a40427

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Pulsebot
https://hg.mozilla.org/integration/mozilla-inbound/rev/966db7a40427

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Léa GRIS
Ubuntu 15.04
Thunderbird 38.3.0
64Bit

But is still present!

Why is this bug marked Fixed then when the latest version of Thunderbird
distributed is 38.3.0 as of today?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Craigtski47
Mint 17.2, based on Ubuntu 14.04.1 bug is still here:

firefox -v

GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Mozilla Firefox 41.0.1

Also, when firefox starts, it's slow and opens in blocks on the screen
instead of all at once.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Jeanne-varasco
On Jessie, for me all was OK. But on Stretch this error came when I
install Firetray. I unstall it but the error stay. This make my command
"icedove -adressbook" don't work. Could you please do something ?

Message with firetray installed :

:~$ icedove -adressbook

(process:2427): GLib-CRITICAL **: g_slice_set_config: assertion 
'sys_page_size == 0' failed
[calBackendLoader] Using libical backend at 
/home/jeanne/.icedove/6ycmoyti.default/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libical-manifest
enigmail.js: Registered components
Warning: unrecognized command line flag -adressbook
mimeVerify.jsm: module initialized
   16:43:51.527 ERROR firetray.FiretrayWindow unknown window while lookup
   16:43:51.528 ERROR firetray.Window can't unregister unknown window null
*** BUG ***
In pixman_region32_reset: Malformed region region
Set a breakpoint on '_pixman_log_error' to debug

and after unstalling firetray:

 :~$ icedove -adressbook

 (process:2617): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Karlt
Comment on attachment 8631479
Replace g_slice_set_config() with G_SLICE environment variable

>+  // glib version < 2.32 doesn't initialize g_thread in a static
>+  // initializer. Ensure this happens before we unset G_SLICE.
>+  XRE_GlibInit();

Can you note the need/reason for g_type_init somewhere please?

Perhaps "GLib version < 2.36 doesn't initialize g_slice in a static
initializer.  Ensure this happens through g_thread_init (GLib version < 2.32)
or g_type_init (2.32 <= GLib version < 2.36)."

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Mh+mozilla
... and it so happens that we're calling g_thread_init(NULL) from
different places, and likely crash for that reason with older glib...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Mh+mozilla
Created attachment 8631479
Replace g_slice_set_config() with G_SLICE environment variable

Not enough changes to require another review from Nathan. This should
address your concerns.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Karlt
(In reply to Mike Hommey [:glandium] from comment #123)
> (In reply to Karl Tomlinson (ni?:karlt) from comment #122)
> > I'd also be happy to drop support for G_SLICE=always-malloc on versions 
> > prior
> > to 2.32 if that makes the g_thread_init situation simpler.  However, I don't
> > know whether it is acceptable to call g_thread_init after g_type_init in
> > versions prior to 2.24.
> 
> g_thread_init can be called multiple times in versions >= 2.24, and gtype.c
> says, about g_type_init, "Since version 2.24 this also initializes the
> thread system". So if we're okay with dropping G_SLICE=always-malloc for
> versions 2.18 to 2.23 included, we should be able to get away with only
> calling g_type_init. Another option would be to just call
> g_slice_alloc/g_slice_free1, which will obviously initialize gslice, and
> after all, sounds much simpler.
> 
> Thoughts?

There are many options, and I don't think it matters too much.

It looks like the pre-2.24 code at least attempts to deal with g_slice used
before g_thread_init [1], even though taking advantage of this would not be
complying with the docs.

The most safe would be to either version check or always
g_thread_init before g_type/g_slice usage, though it seems this is probably
not necessary.

It probably comes down to what is simplest.

My instinct is to avoid allocations where possible, so I'd tend to g_type_init
instead of g_slice_alloc because a g_type_init will be required at some
stage anyway, but that is likely premature optimization here if there
something simpler.  g_type_init is a single symbol and g_slice_alloc would 
require finding two.

The new method in nsXULAppAPI.h can mean that everything can be done from there
with only a single GetSymbol(), if you want to keep the g_thread_init.  It 
could be renamed to XRE_GLibInit() to do more than just g_thread_init.
Still I'm OK with dropping XRE_g_thread_init altogether and not bothering with
g_thread_init from XPCOMGlueStartup if you prefer.

[1]
https://git.gnome.org/browse/glib/tree/glib/gslice.c?h=glib-2-22#n432

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Karlt
(In reply to Mike Hommey [:glandium] from comment #113)
> > I don't know why you are preferring setenv over putenv here.
> > I had chosen putenv to avoid the leak.
> 
> I chose setenv to avoid having both "G_SLICE" and "G_SLICE=always-malloc" as
> .rodata.

OK.  Whatever you think is best.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Pulsebot
https://hg.mozilla.org/integration/mozilla-inbound/rev/f70b74488807

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Ludovic-mozilla
(In reply to Mike Hommey [:glandium] from comment #119)
> ... and it so happens that we're calling g_thread_init(NULL) from different
> places, and likely crash for that reason with older glib...

What's the followup bug for that ? Shall we change our requirements for
glib and fixe these ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Karlt
Comment on attachment 8630422
Replace g_slice_set_config() with G_SLICE environment variable

The g_type_init() call has been dropped.
I don't know of a static constructor using GSlice in GLib 2.32.
Is there something that causes G_SLICE to be read during XPCOMGlueStartup with 
GLib 2.32?
It would be good to keep this working for 2.32 because that is what the
precise test machines use.

>+#if defined(MOZ_WIDGET_GTK)
>+#if !GLIB_CHECK_VERSION(2, 32, 0)

The compile time glib version check is contrary to our goal of compiling
the same code irrespective of the compile environment.

Can this just be "if MOZ_WIDGET_GTK == 2" ?

I'd also be happy to drop support for G_SLICE=always-malloc on versions prior
to 2.32 if that makes the g_thread_init situation simpler.  However, I don't
know whether it is acceptable to call g_thread_init after g_type_init in
versions prior to 2.24.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Mh+mozilla
Created attachment 8628085
Replace g_slice_set_config() with G_SLICE environment variable

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Mh+mozilla
Created attachment 8630422
Replace g_slice_set_config() with G_SLICE environment variable

Turns out there aren't many places where g_thread_init is actually
called. There's some webrtc code that we don't build, and other than
that, other uses are exclusive... but need to be factored in, so this
became a bit awful. At the same time I added a compile time glib check
that removes the g_thread_init call when building against glib >= 2.32,
which is the case for gtk3 builds.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Mh+mozilla
(In reply to Karl Tomlinson (ni?:karlt back June 30) from comment #112)
> I had intentionally chosen not to override an existing G_SLICE environment
> variable so that this could be overridden or debug-blocks could be used if
> desired.  That's not a show-stopper, but avoiding overriding would avoid
> having to copy the old value to restore.

I guess that would work just as much. I was worried that some systems
might have G_SLICE set for some wrong reasons. I don't have a strong
opinion anyways.

> I don't know why you are preferring setenv over putenv here.
> I had chosen putenv to avoid the leak.

I chose setenv to avoid having both "G_SLICE" and "G_SLICE=always-
malloc" as .rodata.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Mh+mozilla
Created attachment 8626818
0001-Bug-833117-Replace-g_slice_set_config-with-G_SLICE-e.patch

Using g_slice_set_config() fails with newer glib because the slice allocator
now has a static constructor that runs when glib is loaded, consequently
emitting a noisy error message which confuses people into believing it's the
root of their problems.

The only way left to force the slice allocator to use "system" malloc (in
practice, jemalloc) is to set the G_SLICE environment variable to
always-malloc, and that needs to happen before glib is loaded.

Fortunately, the firefox and plugin-container executables don't depend on
glib. Unfortunately, webapprt does, so the problem remains for web apps
running through it. xpcshell and other executables that depend on libxul
directly (as opposed to loading it dynamically) are not covered either.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread August Karlstrom
@jbrown: Who knows? The application has clearly escaped the intellectual
control of the developers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

2018-12-10 Thread Bug Watch Updater
** Bug watch added: GNOME Bug Tracker #606775
   https://bugzilla.gnome.org/show_bug.cgi?id=606775

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Mh+mozilla
(In reply to Mike Hommey [:glandium] from comment #117)
> Backed out for gtest bustage:
> https://hg.mozilla.org/integration/mozilla-inbound/rev/c0f955560a47
> 
> 23:59:34 INFO - GThread-ERROR **: GThread system may only be initialized
> once.

And this error was removed in glib 2.23.x 5 years ago, which is why I
can't reproduce locally...
https://bugzilla.gnome.org/show_bug.cgi?id=606775

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Nfroyd
Comment on attachment 8626818
0001-Bug-833117-Replace-g_slice_set_config-with-G_SLICE-e.patch

Review of attachment 8626818:
-

Hooray for eliminating annoying startup messages.

::: xpcom/glue/standalone/nsXPCOMGlue.cpp
@@ +443,5 @@
> +  }
> +
> +  ~GSliceInit() {
> +if (sTop) {
> +  void (*g_thread_init)(void*) = (void (*)(void*)) GetSymbol(

I tend to think function types are more readable with typedefs, but
whatever.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Wjhendrickson
Confirming the bug on my freshly installed system (complete with 'yum
update'):

$ firefox -version
(process:6939): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
Mozilla Firefox 37.0.1

$ uname -r
3.19.3-200.fc21.x86_64

Using -safe-mode makes no difference.

Setting G_SLICE (or GSLICE, don't know which it is, seen both in this
report) to 'always-malloc' makes no diff either.

For the record, Firefox seems to run okay, but when it comes to a
CRITICAL error in my terminal, I'm a hater...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Mh+mozilla
Backed out for gtest bustage:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c0f955560a47

23:59:34 INFO - GThread-ERROR **: GThread system may only be initialized 
once.
23:59:34 INFO - aborting...
23:59:34 INFO - Redirecting call to abort() to mozalloc_abort
23:59:35  WARNING - gtest TEST-UNEXPECTED-FAIL | gtest | test failed with 
return code -139
23:59:35 INFO - make[1]: *** [check] Error 1

It also happens to break valgrind builds:
/builds/slave/m-in-l64-valgrind-/src/xpcom/glue/standalone/nsXPCOMGlue.cpp:469:14:
 error: unused variable 'gSliceInit' [-Werror=unused-variable]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread Karlt
Comment on attachment 8626818
0001-Bug-833117-Replace-g_slice_set_config-with-G_SLICE-e.patch

>+// Keep the original value of the G_SLICE env variable to restore it once
>+// we're done.
>+mGSlice = getenv("G_SLICE");

I don't think we should assume it is safe to use mGSlice later.

man 3p getenv
"The returned string pointer might be invalidated or the string content might
be overwritten by a subsequent call to getenv(), setenv(), unsetenv(), or (if
supported) putenv()"

>+// Disable the slice allocator, since jemalloc already uses similar layout
>+// algorithms, and using a sub-allocator tends to increase fragmentation.
>+// This must be done before g_thread_init() is called.
>+setenv("G_SLICE", "always-malloc", 1);

I had intentionally chosen not to override an existing G_SLICE environment
variable so that this could be overridden or debug-blocks could be used if
desired.  That's not a show-stopper, but avoiding overriding would avoid
having to copy the old value to restore.

I don't know why you are preferring setenv over putenv here.
I had chosen putenv to avoid the leak.

There is discussion about possible getenv optimizations if putenv is not used,
but I don't see this in glibc.

> +  void (*g_thread_init)(void*) = (void (*)(void*)) GetSymbol(

Declare with "auto" type, if you like.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2018-12-10 Thread J. Brown
Which firefox version will finally fix this bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

2018-12-04 Thread Paul White
Upstream bug closed "RESOLVED FIXED" on 2015-07-10
Target milestone - mozilla42
So fixed in Firefox 42 and Thunderbird 45
Marking as "Fix Released" to close


** Changed in: thunderbird (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

2018-01-12 Thread Max
It seems a Glib issue, I see this example:
console-kit-daemon[2448]: (process:13258): GLib-CRITICAL **: 
g_slice_set_config: assertion 'sys_page_size == 0' failed

Ubuntu :: 16.04.3
consolekit :: 0.4.6-5
libglib2.0-0:i386 :: 2.48.2-0ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-11-04 Thread Mathew Hodson
This should be fixed with firefox 42.0

** No longer affects: apport (Ubuntu)

** Changed in: firefox (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-11-04 Thread Mathew Hodson
** Project changed: palemoon-bin => ubuntu

** No longer affects: ubuntu

** Summary changed:

- GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
+ GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-11-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-10-19 Thread Léa GRIS
Still issue with Thunderbird 38.3.0
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-07-29 Thread Mathew Hodson
** No longer affects: glib

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-07-10 Thread Bug Watch Updater
** Changed in: firefox
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-05-15 Thread Enkouyami
Thunderbird 31.6.0 is affected by this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-03-30 Thread Bug Watch Updater
** Changed in: glib
   Status: Unknown = Confirmed

** Changed in: glib
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-03-30 Thread themusicgod1
** Also affects: palemoon-bin
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-03-30 Thread Mathew Hodson
** Bug watch removed: Mozilla Bugzilla #1146805
   https://bugzilla.mozilla.org/show_bug.cgi?id=1146805

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-03-24 Thread Bug Watch Updater
** Bug watch added: Mozilla Bugzilla #1146805
   https://bugzilla.mozilla.org/show_bug.cgi?id=1146805

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-03-24 Thread Yuri
I created the separate bug report
https://bugzilla.mozilla.org/show_bug.cgi?id=1146805 because this one
doesn't seem clear enough,

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-03-23 Thread Yuri
Created attachment 8581435
firefox-hang-VM-in-xorg.txt: Hangs in VM on xorg with SGI-GLX

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-03-23 Thread Yuri
Created attachment 8581436
firefox-fine-VM-in-xnest.txt: Works fine in VM on Xnest w/out GLX

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-03-23 Thread Yuri
I wanted to clarify that my main problem is that FF doesn't start,
doesn't show window. Now, that I re-read the subject it isn't clear from
the subject that this is what this bug is all about.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-03-23 Thread Yuri
Created attachment 8581434
firefox-fine-host.txt: Works with NV-GLX on HW system

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-03-23 Thread Yuri
I have the same problem, FreeBSD-10.1 amd64, fresh system install from
scratch in VM, firefox-36.0.1, dwm window manager, G_SLICE workaround
doesn't help, --safe-mode also doesn't help. FF prints the warning and
freezes. No FF window opens.

It fails on xorg in VM, but same FF succeeds on Xnest in VM, and on my
binary-identical host system.

I obtained xdpyinfo log in all three cases, see attachments:
firefox-hang-VM-in-xorg.txt : hangs on xorg in VM
firefox-fine-VM-in-xnest.txt : works fine on xnest in VM
firefox-fine-host.txt : works fine on xorg on host system

When I compare dpyinfo from xorg in host system (where ff works), and
dpyinfo from xorg in VM system (where ff hangs), the main difference is
that on host it has extra extensions NV-CONTROL, NV-GLX and XINERAMA.
And on VM xorg it has SGI-GLX. I suspect this SGI-GLX causes ff to hang.
Xnest server doesn't have any GLX, so it works too.

Someone from the development team should just reproduce it. I can tell you step 
by step how to do this with FreeBSD:
1. Download FreeBSD 10.1 amd64 disc1.iso
2. Install OS off that iso into VirtualBox VM with 3GB disk
3. Boot, and as root install all with the following command: pkg install 
firefox xorg xinit hal dbus dwm dmenu
4. Add these two lines into /etc/rc,conf: hald_enable=YES / dbus_enable=YES
5. As a regular user create file .xinitrc with exec dwm in it
6. Run startx, in dwm use Shift-Alt-Enter to open terminal
7. Run firefox and observe the problem

In all cases, working or not, it prints this warning:
(process:58625): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed


Hope this helps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-03-19 Thread HackMan
Distro: Slackware 14.1 32bit
Libc: glibc-2.20-i486-2
Kernel: 3.12.38

hackman@terion:~$ firefox -version

(process:22214): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size 
== 0' failed
Mozilla Firefox 36.0.1

hackman@terion:~$ thunderbird -version

(process:22231): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size 
== 0' failed
Thunderbird 31.5.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-03-16 Thread jan schween
The same with ubuntu 14.04 LTS / Gallium 0.4 on NV94


  13:57:41$thunderbird --version
  
  (process:32607): GLib-CRITICAL **: g_slice_set_config: assertion 
'sys_page_size == 0' failed
  Thunderbird 31.5.0

  13:57:50$thunderbird -safe-mode
  
  (process:317): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
  
  (thunderbird:317): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::sm-connect after class was initialised

  (thunderbird:317): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::show-crash-dialog after class was initialised
  
  (thunderbird:317): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::display after class was initialised
  
  (thunderbird:317): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::default-icon after class was initialised
  Speicherzugriffsfehler (Speicherabzug geschrieben)

Crash ID: bp-5a95e0f3-0129-485c-a933-5b1152150309


firefox produces the same error:

  14:07:33$firefox --version
  
  (process:376): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
  Mozilla Firefox 36.0
  14:07:54$firefox
  
  (process:410): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed

but starts and runs ...
safe-mode and

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-03-12 Thread Feedback-launchpad
Nigel Horne added the following comment to Launchpad bug report 1160569:

On 3/10/15 1:34 PM, Gregoire-roussel wrote:
 firefox -v

 (process:8553): GLib-CRITICAL **: g_slice_set_config: assertion 
 'sys_page_size == 0' failed
 Mozilla Firefox 36.0.1

 Even if firefox works properly. This warning should not appear. Is there
 some possible settings to avoid such warning to appear ?

It's not a warning - it's a critical message.

-Nigel


-- 
http://launchpad.net/bugs/1160569

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1160569]

2015-03-10 Thread Nigel Horne
On 3/10/15 1:34 PM, Gregoire-roussel wrote:
 firefox -v

 (process:8553): GLib-CRITICAL **: g_slice_set_config: assertion 
 'sys_page_size == 0' failed
 Mozilla Firefox 36.0.1

 Even if firefox works properly. This warning should not appear. Is there
 some possible settings to avoid such warning to appear ?

It's not a warning - it's a critical message.

-Nigel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-03-10 Thread Gregoire-roussel
firefox -v

(process:8553): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
Mozilla Firefox 36.0.1

Even if firefox works properly. This warning should not appear. Is there
some possible settings to avoid such warning to appear ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-02-18 Thread Wyatt8740
The bug occurs in SeaMonkey 2.32.1, as well. REALLY annoying; please fix
this already!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-02-03 Thread Germano-massullo
95 people in CC. When somebody will start working on this bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-02-02 Thread Rumijah-2
ok. got the bloody thing to start via:

/usr/bin/thunderbird -safe-mode

and deleting add-ons; still get:

   (process:28133): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

But I don't really care anymore. 
Anyway, hope this helps someone...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-01-20 Thread Rumijah-2
-utils/lib/cuddlefish.js:146, 
line 19, in evaluate
  File resource://fbdislike-at-doweb-dot-fr/addon-kit/lib/page-mod.js:9, line 
28, in 
  File resource://fbdislike-at-doweb-dot-fr/api-utils/lib/cuddlefish.js:286, 
line 7, in require
  File resource://fbdislike-at-doweb-dot-fr/api-utils/lib/cuddlefish.js:181, 
line 3, in load
  File resource://fbdislike-at-doweb-dot-fr/api-utils/lib/cuddlefish.js:146, 
line 19, in evaluate
  File resource://fbdislike-at-doweb-dot-fr/api-utils/lib/content.js:9, line 
20, in 
  File resource://fbdislike-at-doweb-dot-fr/api-utils/lib/cuddlefish.js:286, 
line 7, in require
  File resource://fbdislike-at-doweb-dot-fr/api-utils/lib/cuddlefish.js:181, 
line 3, in load
  File resource://fbdislike-at-doweb-dot-fr/api-utils/lib/cuddlefish.js:146, 
line 19, in evaluate
TypeError: redeclaration of variable self
Running global cleanup code from study base classes.

***
Also, her homepage which is http://www.google.escomes up as:

https://www.google.es/?gfe_rd=crei=_Fy9VMvuGqWp8wfQ1oHgCg




If you would like more information, just ask.

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-01-15 Thread Feedback-launchpad
Nigel Horne added the following comment to Launchpad bug report 1160569:

On 1/13/15 4:27 PM, Lmandel wrote:
 With the release of Firefox 35 today, Firefox 34 is EOL. If you think
 this warrants tracking, please request tracking for a current release.
 Note that as this is an old bug, unless there has been a recent change
 in severity, it is unlikely that this will be fixed before Firefox 38
 (current Nightly).

You tell me.  Does the new version fix the problem?


-- 
http://launchpad.net/bugs/1160569

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: [regression] GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-01-15 Thread Mathew Hodson
** Tags removed: saucy

** Tags removed: package-from-proposed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-01-15 Thread Mathew Hodson
** Summary changed:

- [regression] GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size 
== 0' failed
+ GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0'
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1160569]

2015-01-14 Thread Nigel Horne
On 1/13/15 4:27 PM, Lmandel wrote:
 With the release of Firefox 35 today, Firefox 34 is EOL. If you think
 this warrants tracking, please request tracking for a current release.
 Note that as this is an old bug, unless there has been a recent change
 in severity, it is unlikely that this will be fixed before Firefox 38
 (current Nightly).

You tell me.  Does the new version fix the problem?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: [regression] GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2015-01-14 Thread Mathew Hodson
** Changed in: glib
 Remote watch: GNOME Bug Tracker #687763 = Mozilla Bugzilla #672671

** Bug watch removed: GNOME Bug Tracker #687763
   https://bugzilla.gnome.org/show_bug.cgi?id=687763

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-01-14 Thread themusicgod1
How can we request tracking for current release?  This is clearly still
a bug in FF38 nightly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-01-14 Thread Mte90net
With the developer edition (36) and the 35 the problem persists.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-01-14 Thread Lmandel
With the release of Firefox 35 today, Firefox 34 is EOL. If you think
this warrants tracking, please request tracking for a current release.
Note that as this is an old bug, unless there has been a recent change
in severity, it is unlikely that this will be fixed before Firefox 38
(current Nightly).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-01-05 Thread Stransky
g_slice_set_config()(In reply to Karl Tomlinson (:karlt) from comment #44)
 On irc, glandium indicated that he would prefer to dlopen libglib (before
 anything depends on libgobject) and use the deprecated g_slice_set_config
 internal debugging api, than follow Matthias' suggestion to use
 GSLICE=always-malloc, because of the awkwardness of putenv/unsetenv.

GSLICE=always-malloc ENV is the only way how to disable it in glib =
2.35. g_slice_set_config() actually does nothing because it tweaks only
a local copy of slice_config which is not send to the allocator. The
actual slice_config_init() config routine has its SliceConfig *config
for that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2015-01-04 Thread 7clement
[Tracking Requested - why for this release]:
ubuntu 14.04, PC hardware, intel core i3, 4Go Ram, 
uname -a
Linux 3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux
synaptic : (run in GUI) asked dpkg --configure -a to be run
dpkg --configure -a
Paramétrage de mime-support (3.54ubuntu1) ...
Paramétrage de firefox (34.0+build2-0ubuntu0.14.04.1) ...
Please restart all running instances of firefox, or you will experience 
problems.
dpkg -l 'libglib2.0*'
[...]
ii  libglib2.0-bin 2.40.2-0ubun amd64Programs for the GLib library

firefox -v
(process:6202): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
Mozilla Firefox 34.0

Note : Firefox runs fine from the guest account on the same PC/Ubuntu
Note : My system is relatively fresh from install appart from heavy fiddling to 
get OpenCL to work with GeForce GTX 650/PCIe/SSE2 graphics card. various 
flavors of drivers were installed and removed in the process.

Not fixed. I hope this helps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1160569]

2014-12-20 Thread Alex Puchades
Same problem here, assertion failed

$ ./machg run

(process:3756): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

=

$ ./mach run --version
...
(process:3645): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
Mozilla Firefox 37.0a1

=

$ uname -a
Linux nts-laptop 3.17.6-300.fc21.x86_64 #1 SMP Mon Dec 8 22:29:32 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

=

$ cat /etc/fedora-release 
Fedora release 21 (Twenty One)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-12-19 Thread Bruno Ricardo Siqueira
$ firefox --version

(process:5591): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
Mozilla Firefox 34.0

==

$ uname -a
Linux winterfell 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

==

$ lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description:Linux Mint 17 Qiana
Release:17
Codename:   qiana

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-10-28 Thread Victor Bjelkholm Lövgren
Having the same issue with Firefox Nightly 36.0a1.en-US.linux-x86_64 on
Ubuntu

$ uname -a
Linux maria 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -a 
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.1 LTS
Release:14.04
Codename:   trusty

Desktop is awesome v3.5.5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: [regression] GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2014-10-23 Thread Mathew Hodson
** Also affects: glib via
   https://bugzilla.gnome.org/show_bug.cgi?id=687763
   Importance: Unknown
   Status: Unknown

** Bug watch removed: GNOME Bug Tracker #680831
   https://bugzilla.gnome.org/show_bug.cgi?id=680831

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-10-15 Thread Luminary Crush
Me too:
$ uname -a
Linux pangea 3.16.4-200.fc20.x86_64 #1 SMP Mon Oct 6 12:57:00 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux

--
$ firefox

(process:3668): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

(firefox:3668): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::sm-connect after class was initialised

(firefox:3668): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::show-crash-dialog after class was initialised

(firefox:3668): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::display after class was initialised

(firefox:3668): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::default-icon after class was initialised

(process:3668): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

(firefox:3668): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::sm-connect after class was initialised

(firefox:3668): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::show-crash-dialog after class was initialised

(firefox:3668): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::display after class was initialised

(firefox:3668): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::default-icon after class was initialised

Trace/BPT trap (core dumped)
--

Sometimes I see the trap, but usually it just crashes and I only get
the Mozilla crash reporter popping up.

Here is a typical report:
https://crash-stats.mozilla.com/report/index/47cbf288-d2bc-4cbb-93e4-1db5c2141013

Reason SIGSEGV

I get these hourly usually; sometimes in rapid succession every few
minutes, then it 'calms down' for an hour or two.  I can never go more
than a couple hours w/o a crash.

I have tried safe mode, clean, fresh profile, new userID.  If I boot
into Fedora 17 it runs perfectly (including the latest v33).  Fedora 20
has constant crashes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-10-02 Thread David Rankin
This Crash is occurring on openSuSE 13.1 with Thunderbird 24.7. Desktop
is KDE.

The following 4 crash reports were submitted:

bp-7eacae3e-214c-4346-94d6-725ef2141002
bp-b44db91b-5d2d-441b-b156-9a5402141002
bp-f6cc075e-2bf3-4293-8c5f-756eb2141002
bp-bd80ba8a-4ca8-4560-94dc-114122141002

Starting at the command line after the crash gives the following output
-- then the crash reporter appears (I can't even start tbird with
restarting):

$ thunderbird

(process:471): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

(thunderbird:471): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::sm-connect after class was initialised

(thunderbird:471): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::show-crash-dialog after class was initialised

(thunderbird:471): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::display after class was initialised

(thunderbird:471): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::default-icon after class was initialised
ACR (Component): component init
03:47 alchemy:~/dev/prg/asm/nasm
(crashreporter:494): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::sm-connect after class was initialised

(crashreporter:494): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::show-crash-dialog after class was initialised

(crashreporter:494): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::display after class was initialised

(crashreporter:494): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::default-icon after class was initialised

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: [regression] GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2014-09-26 Thread elhoir
hello,

im facing this problem in Ubuntu 14.10 pre-release, firefox 32.0.3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-09-04 Thread C. Jeffery Small
Xubuntu 14.04.1

Every time I attempt to run the apport-bug bug reporting command, it
tries to load data into an instance of firefox [30, 31, 32] which
repeatedly fails with Firefox reporting:

--
File not found
Firefox cannot find the file at current working dir 
path/https://bugs.launchpad.net/ubuntu/+source/apport/+filebug/long_id_string
--

In the terminal window where the command is launched, I get the
following:

--
% apport-bug package

** (apport-gtk:13523): WARNING **: Couldn't connect to accessibility
bus: Failed to connect to socket /tmp/dbus-t4rIGS23K1: Connection
refused

(process:13996): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
--

The first warning is a ubuntu bug.  The second is apparently issued by
Firefox and is likely responsible for the command failing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-08-26 Thread Bullionareboy
Fedora 20 FF 31.0 stable

(process:6583): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

(firefox:6583): Gtk-CRITICAL **: IA__gtk_clipboard_set_with_data:
assertion 'targets != NULL' failed

(firefox:6583): Gtk-CRITICAL **: IA__gtk_clipboard_set_with_data: assertion 
'targets != NULL' failed
[Parent 6583] WARNING: waitpid failed pid:6883 errno:10: file 
/builddir/build/BUILD/firefox-31.0/mozilla-release/ipc/chromium/src/base/process_util_posix.cc,
 line 261

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-08-10 Thread jidanni
Mozilla/5.0 (X11; Linux i686; rv:33.0) Gecko/20100101 Firefox/33.0
Iceweasel/33.0a2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-08-09 Thread themusicgod1
As of at least last week nightly firefox 33 is still affected

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-08-09 Thread Grgoffe
I'm using the latest Nightly x86_64 for Thunderbird and I get these
messages too, but TB DOES start up.

George...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-08-09 Thread Rablanken13
Version 31 is affected.

Output of `firefox`:
(process:20438): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
Mozilla Firefox 31.0

This is causing problems with the unit testing program windmill. It is
causing it to be stuck at Setting document.domain environment

Output of `windmill shell firefox http://google.com`:
1407551686573   addons.xpi  WARNAdd-on webapps-t...@lists.launchpad.net 
is missing bootstrap method install
(firefox:20553): LIBDBUSMENU-GTK-CRITICAL **: 
dbusmenu_menuitem_property_set_shortcut: assertion 'gtk_accelerator_valid(key, 
modifier)' failed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-06-20 Thread Karlt
(In reply to MSN from comment #73)
 I have started the firefox in the terminal by disabling the GTK modules
 [GTK_IM_MODULE=xim /usr/bin/firefox]. But not happy with this work around
 too.

That's interesting.  Would you be able to file a new bug, cc me and
report which module was causing the problem, please?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-06-20 Thread Murthy-rms
Ok, if [(process:1032): GLib-CRITICAL **: g_slice_set_config: assertion
`sys_page_size == 0' failed] is a warning.

After a few minutes a *SEGMENTATION* fault. and the whole browser window
goes for a toss.

This is a very very much essential application. I can say that I'm
addicted to firefox as I'm using it from a very long time.

I have started the firefox in the terminal by disabling the GTK modules
[GTK_IM_MODULE=xim /usr/bin/firefox]. But not happy with this work
around too.

Request good people at mozilla to provide a fix ASAP. This a very
critical issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-06-20 Thread Murthy-rms
Disabled scim gtk immodule and started firefox with command [GTK_IM_MODULE=xim 
/usr/bin/firefox]
in the terminal. After some couple of hours FF crashed saying *Segmentation* 
fault.

Though the crash is not very immediate. I'm on Slackware64 14.1 [Kernel
- 3.10.17,  with No multilib enabled]. But this needs a quick
attention.

Even though i have Slackware64 14.0 in my another HDD [kernel - 3.2.29,
 with Multilib enabled] their the any version of firefox works like a
charm.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-06-18 Thread Vseerror
(In reply to Karl Tomlinson (needinfo?:karlt) from comment #70)
 Everyone on modern systems will be getting this assertion failure, including
 those that crash on startup.

Thanks for the info. So this is a common issue. (and misleading for the
uneducated)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-06-18 Thread Feedback-launchpad
Nigel Horne added the following comment to Launchpad bug report 1160569:

No.  A warning would not say critical.

-- 
http://launchpad.net/bugs/1160569

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: [regression] GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2014-06-18 Thread Bug Watch Updater
** Changed in: firefox
   Importance: Critical = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: [regression] GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2014-06-17 Thread Nigel Horne
No.  A warning would not say critical.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-06-17 Thread Karlt
(In reply to Wayne Mery (:wsmwk) from comment #68)
 So this is strictly a warning and does not prevent startup?  

Yes.

 What about comment 1, 3, ...?

I don't see any crash stack traces linking the crashes to this assertion
failure.

Everyone on modern systems will be getting this assertion failure,
including those that crash on startup.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-06-16 Thread Mte90net
Firefox not crash, the error appaer only in the shell (even in the
nighly).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-06-16 Thread Vseerror
So this is strictly a warning and does not prevent startup?  
What about comment 1, 3, ...?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-06-16 Thread Mte90net
On Firefox Nightly, on Icewasel 32, Icedove 30 on debian sid i get only
this error in console but the software works.

I think that a fix improve the perfomance in many distro, if the
software crash on ubuntu or other I think would exist many reports of
crash about this.

In the italian community we have a topic about ubuntu
http://forum.mozillaitalia.org/index.php?topic=58583.0 and a thread
about this ticket
http://forum.mozillaitalia.org/index.php?topic=60934.0.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-06-16 Thread Roylance
$ thunderbird --version

(process:1274): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
 Thunderbird 24.6.0

$ uname -a
Linux keflavik.iceland.local 3.14.6-200.fc20.x86_64 #1 SMP Sun Jun 8 01:21:56 
UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-06-16 Thread Karlt
Please file separate bugs, with stack traces for crashes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-05-27 Thread Kay Drangmeister
$ uname -a
Linux trunk 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:31:42 UTC 2014 i686 
i686 i686 GNU/Linux

$ cat /etc/*release | head -2
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04

$ thunderbird --version

(process:4934): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
 Thunderbird 24.5.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: [regression] GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2014-05-26 Thread Kay Drangmeister
$ uname -a
Linux trunk 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:31:42 UTC 2014 i686 
i686 i686 GNU/Linux

$ cat /etc/*release | head -2
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04

$ thunderbird --version

(process:4934): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
 Thunderbird 24.5.0


(Thunderbird starts and runs normally, but when I click on a mailto:; link 
from another application, the error msg is displayed in an xterm and nothing 
else happens.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-05-07 Thread Simone-lando
Version 29 and 30 are affected as well

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-04-30 Thread Shawngtp
Bug report
Mozilla Firefox 29.0
$ uname -a

Linux I1520 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC
2014 i686 i686 i686 GNU/Linux

$ firefox

(process:4458): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

(firefox:4458): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::sm-connect after class was initialised

(firefox:4458): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::show-crash-dialog after class was initialised

(firefox:4458): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::display after class was initialised

(firefox:4458): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::default-icon after class was initialised

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-04-30 Thread Amos083
Firefox 28.0
Glib 2.0
Debian jessie/sid
Kernel 3.2.0-3-686-pae

Firefox prints the message and dumps core, but continues to start
normally.

Does anyone has a solution or workaround?  This is annoying.

Thanks much,
Amos

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569]

2014-04-23 Thread Feedback-launchpad
Wtwine added the following comment to Launchpad bug report 1160569:

The same problem appeared when I upgraded from Ubuntu 12.04 to 14:04.

I can no longer start Thunderbird.

I get the following when trying to run Thunderbird in terminal:

(process:14430): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

(thunderbird:14430): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::sm-connect after class was initialised

(thunderbird:14430): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::show-crash-dialog after class was initialised

(thunderbird:14430): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::display after class was initialised

(thunderbird:14430): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::default-icon after class was initialised
[calBackendLoader] Using libical backend at 
/home/wayne/.thunderbird/s4f56rex.default/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libical.manifest

(thunderbird:14430): GLib-GObject-WARNING **: cannot register existing
type 'DbusmenuMenuitem'

(thunderbird:14430): GLib-CRITICAL **: g_once_init_leave: assertion
'result != 0' failed

(thunderbird:14430): GLib-GObject-CRITICAL **: g_param_spec_object:
assertion 'g_type_is_a (object_type, G_TYPE_OBJECT)' failed

(thunderbird:14430): GLib-GObject-CRITICAL **:
g_object_class_install_property: assertion 'G_IS_PARAM_SPEC (pspec)'
failed


-- 
http://launchpad.net/bugs/1160569

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1160569] Re: [regression] GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2014-04-22 Thread Wtwine
The same problem appeared when I upgraded from Ubuntu 12.04 to 14:04.

I can no longer start Thunderbird.

I get the following when trying to run Thunderbird in terminal:

(process:14430): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

(thunderbird:14430): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::sm-connect after class was initialised

(thunderbird:14430): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::show-crash-dialog after class was initialised

(thunderbird:14430): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::display after class was initialised

(thunderbird:14430): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::default-icon after class was initialised
[calBackendLoader] Using libical backend at 
/home/wayne/.thunderbird/s4f56rex.default/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/libical.manifest

(thunderbird:14430): GLib-GObject-WARNING **: cannot register existing
type 'DbusmenuMenuitem'

(thunderbird:14430): GLib-CRITICAL **: g_once_init_leave: assertion
'result != 0' failed

(thunderbird:14430): GLib-GObject-CRITICAL **: g_param_spec_object:
assertion 'g_type_is_a (object_type, G_TYPE_OBJECT)' failed

(thunderbird:14430): GLib-GObject-CRITICAL **:
g_object_class_install_property: assertion 'G_IS_PARAM_SPEC (pspec)'
failed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >