[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-06-08 Thread postix
https://bugs.kde.org/show_bug.cgi?id=481303

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-05-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=481303

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |HI

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-05-16 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=481303

Harald Sitter  changed:

   What|Removed |Added

 CC||rybshc...@gmail.com

--- Comment #10 from Harald Sitter  ---
*** Bug 487070 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-05-09 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=481303

Harald Sitter  changed:

   What|Removed |Added

 CC||gunan...@qq.com

--- Comment #9 from Harald Sitter  ---
*** Bug 486797 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-05-06 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=481303

--- Comment #8 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/discover/-/merge_requests/830

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-05-06 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=481303

Harald Sitter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #7 from Harald Sitter  ---
Found the problem. The hints about only some languages being affected was
incredibly helpful!

What happens is that some languages have ambiguous translations of category
names 

e.g.

msgctxt "Category"
msgid "Simulation"
msgstr "模拟"

vs.

msgctxt "Category"
msgid "Emulators"
msgstr "模拟"

which then trips up implicit uniqueness requirements we have in our assertions.
It also plain makes no sense to have the same translation used for different
categories. They need to be disambiguated one way or another or the user won't
be able to differentiate what they are.

The reason only neon is affected is probably because it builds with assertions
on.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-05-06 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=481303

Harald Sitter  changed:

   What|Removed |Added

 CC||sit...@kde.org

--- Comment #6 from Harald Sitter  ---
I find it suspicious that this only happens on neon.

Sentry trace also only has neon
https://crash-reports.kde.org/organizations/kde/issues/3676

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-03-23 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=481303

Nicolas Fella  changed:

   What|Removed |Added

 CC||hyperrecurs...@gmail.com

--- Comment #5 from Nicolas Fella  ---
*** Bug 484331 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-03-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=481303

4sfvn...@duck.com changed:

   What|Removed |Added

 CC||4sfvn...@duck.com

--- Comment #4 from 4sfvn...@duck.com ---
I think I have encountered the same bug (ASSERT: "isSorted(cats)" in file
./libdiscover/Category/Category.cpp, line 240). Some of my observations:

1) the KDE neon was installed in Simplified Chinese. At this moment Discover
could be opened normally (if I correctly recall).
2) after at most one day (with many things like update packages, install nvidia
driver, etc.), Discover started to crash with the error above. At this moment I
could circumvent it with LC_ALL=en_US.utf8.
3) after several days, the workaround in 2) stopped working (crash with the
same error). I can still circumvent it with LC_ALL=POSIX or LC_ALL=C (C.utf8 or
ja_JP.utf8 crash with the same error); the workaround does not affect display
of CJK characters in Discover. I installed Japanese as 2nd language in system
settings in the meantime; idk if that's relevant.

KDE neon 6.0, Plasma 6.0.2, Framework 6.0.0, Qt 6.6.2, Linux 6.5.0-25-generic
x86-64, wayland.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-03-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=481303

Nicolas Fella  changed:

   What|Removed |Added

 CC||arsenijnochev...@gmail.com

--- Comment #3 from Nicolas Fella  ---
*** Bug 483043 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-03-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=481303

Nicolas Fella  changed:

   What|Removed |Added

 CC||d...@outlook.com

--- Comment #2 from Nicolas Fella  ---
*** Bug 482046 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-03-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=481303

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-03-03 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=481303

--- Comment #1 from Nicolas Fella  ---
https://discuss.kde.org/t/plasma6-discover-crashed-when-startup-in-simplified-chinese-locale/11337
suggests this happens only when the locale is set to chinese, but even with
that I can't reproduce

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 481303] Discover asserts in Category::sortCategories

2024-03-03 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=481303

Nicolas Fella  changed:

   What|Removed |Added

Summary|Discover is only one|Discover asserts in
   |package that can't start|Category::sortCategories
   |after new installation  |
 CC||nicolas.fe...@gmx.de

-- 
You are receiving this mail because:
You are watching all bug changes.