Re: [e-users] e-crash issue

2022-12-15 Thread Carsten Haitzler
On Thu, 15 Dec 2022 18:09:13 +0900 Masaru Nomiya  said:

you have no symnbols. no gdb debug. i see 3 crashes in that log. (chrashdump
keeps being appended to each crash):

Thread 1 (Thread 0x7f6dae712e00 (LWP 17060) "enlightenment"):
#0  0x7f6dafa83bf2 in pause () at /lib64/libc.so.6
#1  0x7f6daf9e2460 in  () at /lib64/libc.so.6
#2  0x563c0a64f928 in e_notification_notify_close ()

Thread 1 (Thread 0x7f4b0e0c0e00 (LWP 23723) "enlightenment"):
#0  0x7f4b0f483bf2 in pause () at /lib64/libc.so.6
#1  0x7f4b0f3e2460 in  () at /lib64/libc.so.6
#2  0x5628ee3b4928 in e_notification_notify_close ()

Thread 1 (Thread 0x7f5f809bfe00 (LWP 2717) "enlightenment"):
#0  0x7f5f81d81bf2 in pause () at /lib64/libc.so.6
#1  0x7f5f81ce0460 in  () at /lib64/libc.so.6
#2  0x7f5f73702090 in  ()
#at 
/usr/lib64/enlightenment/modules/mixer/linux-gnu-x86_64-dev-0.25.99/module.so

each different. the first 2 i assume are crashes in libc - probably due to
passing in a bad ptr to a str func or a malloc related bug (double-free. free
junk pointer etc.). the last - who knows. access of some incorrect pointer.

you have no debug info to use to do anything. i suggest you read up on asan
(see enlightenment.org/contrib/efl-debug ) and rebuild efl and e with asan
support (and gdb debug of course) then submit the asan logs (from
~/.e-log.log). arch linux has efl-git-asan and enlightenment-git-asan aur
packages just for this purpose. you can read their PKGBUILD files to see how
efl and e are built with asan.

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=efl-git-asan
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=enlightenment-git-asan

(PKGBUILD files are literally shell scripts pretty much...).

> Hello,
> 
> The flashing phenomenon occurred once, but I was unable to record it
> due to a concurrent e-crash, and will do so at a later date .
> 
> Another problem now.
> 
> I often download web files using the browser Vivaldi, and occasionally
> (but I feel it is more often than not) I get an e-crash.
> Until now, I thought it was probably caused by Vivaldi, butToday,
> after updating pipewire and wireplumber.
> 
>$ systemctl --user daemon-reload
>$ systemctl --user pipewire pipewire-pulse wireplumber
> 
> on the shelf, I couldn't see the Mixer icon on the shelf anymore, so I
> clicked on that part and it caused e-crash, and I panicked and pressed
> the F1 key.
> 
> This made me wonder if the e-crash could have been caused by something
> else.
> So, I uploaded the .e-crahdump.txt file.
> 
> I have put the file as e-crashdump.txt.gz at the following location.
> 
> https://drive.google.com/file/d/1asT2-k8-ykkKWBEAQkjoDnJIKN-W4SHQ/view?usp=share_link
> 
> Could you have look?
> 
> I would appreciate your advice.
> 
> ---
> ┏━━┓彡 野宮  賢  mail-to: nomiya @ galaxy.dti.ne.jp
> ┃\/彡
> ┗━━┛   "A bachelor’s degree still holds prestige as a ticket to the
>  middle class, but its value has received increasing scrutiny.
>  In the last several years, rising tuition and student loan debt
>  have led more Americans to reconsider an investment in
>  postsecondary education."
> 
>   -- Washington Post --
> 
> 
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
Carsten Haitzler - ras...@rasterman.com



___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] No instances in an IBar...

2022-12-15 Thread Carsten Haitzler
On Wed, 14 Dec 2022 19:00:05 +0100 Pierre Couderc via enlightenment-users
 said:

> 
> On 12/14/22 13:53, Carsten Haitzler wrote:
> > On Wed, 14 Dec 2022 11:21:01 +0100 Pierre Couderc via enlightenment-users
> >  said:
> >
> >> In debian, when I hoover on terminology (or anything else) icon in an
> >> IBar, I see all the instances of terminology.
> >>
> >> I have gone to arch, and I see no more  these instances...
> >>
> >> What do I miss...?
> > I don't know? i'm on arch and i get all those windows in the popup list...
> > terminology, sylpheed, hexchat, chromium, thunderbird ... all of them show
> > all the instances of these running
> >
> OK, I should add that I did install with pacman, not own build...

it shouldnt matter - the only difference between source and package (pacman)
will be prefix /usr vs /usr/local (and if i compile with gdb debug on by
default etc.). - certainly not to any behavior like this - there are not
compile time differences. those instances are found the same way - tracking
child processes and/or windows with matching properties to the desktop file...
it doesn't matter if its 1 screen or 2.

-- 
- Codito, ergo sum - "I code, therefore I am" --
Carsten Haitzler - ras...@rasterman.com



___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] No instances in an IBar...

2022-12-15 Thread Pierre Couderc via enlightenment-users

On 12/14/22 13:53, Carsten Haitzler wrote:

On Wed, 14 Dec 2022 11:21:01 +0100 Pierre Couderc via enlightenment-users
 said:


In debian, when I hoover on terminology (or anything else) icon in an
IBar, I see all the instances of terminology.

I have gone to arch, and I see no more  these instances...

What do I miss...?

I don't know? i'm on arch and i get all those windows in the popup list...
terminology, sylpheed, hexchat, chromium, thunderbird ... all of them show all
the instances of these running


After simple tests :

With only one screen all is ok, whan I add a second screen (hot plug 
hdmi second screen), the probem occurs.





___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] e-crash issue

2022-12-15 Thread Masaru Nomiya
Hello,

The flashing phenomenon occurred once, but I was unable to record it
due to a concurrent e-crash, and will do so at a later date .

Another problem now.

I often download web files using the browser Vivaldi, and occasionally
(but I feel it is more often than not) I get an e-crash.
Until now, I thought it was probably caused by Vivaldi, butToday,
after updating pipewire and wireplumber.

   $ systemctl --user daemon-reload
   $ systemctl --user pipewire pipewire-pulse wireplumber

on the shelf, I couldn't see the Mixer icon on the shelf anymore, so I
clicked on that part and it caused e-crash, and I panicked and pressed
the F1 key.

This made me wonder if the e-crash could have been caused by something
else.
So, I uploaded the .e-crahdump.txt file.

I have put the file as e-crashdump.txt.gz at the following location.

https://drive.google.com/file/d/1asT2-k8-ykkKWBEAQkjoDnJIKN-W4SHQ/view?usp=share_link

Could you have look?

I would appreciate your advice.

---
┏━━┓彡 野宮  賢  mail-to: nomiya @ galaxy.dti.ne.jp
┃\/彡
┗━━┛   "A bachelor’s degree still holds prestige as a ticket to the
   middle class, but its value has received increasing scrutiny.
   In the last several years, rising tuition and student loan debt
   have led more Americans to reconsider an investment in
   postsecondary education."

-- Washington Post --


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users