Re: [systemd-devel] OS shutting down after starting systemd-udevd.service through valgrind

2020-04-14 Thread Amit anand
Hi, OS shutdown issue resolved after disabling recmanager and crashhander services. Thanks, On 4/3/20, Amit anand wrote: > Hi, > I am trying to run systemd-udevd.service through valgrind for debugging > some memory corruption issue. > > OS info : 6

Re: [systemd-devel] Not able to get valgrind profiling output after starting systemd-udevd.service through valgrind.

2020-04-21 Thread Amit anand
to start udev Kernel Device Manager.[[0m Kindly let me know if anything missed. Regards, Amit On Thu, Apr 16, 2020 at 7:26 PM Lennart Poettering wrote: > On Di, 14.04.20 20:00, Amit anand (amit.ta...@gmail.com) wrote: > > > Apr 03 14:40:41 [xxx] valgrind[13179]: ==13179==by 0x4

[systemd-devel] OS shutting down after starting systemd-udevd.service through valgrind

2020-04-03 Thread Amit anand
Hi, I am trying to run systemd-udevd.service through valgrind for debugging some memory corruption issue. OS info : 64 bit Ubuntu OS. This is run as guest vm. RAM memory /swap size : 4GB RAM and 3 GB SWAP space. systemd version : systemd v237. The

[systemd-devel] Not able to get valgrind profiling output after starting systemd-udevd.service through valgrind.

2020-04-14 Thread Amit anand
Hi, I am trying to run systemd-udevd.service through valgrind for debugging some memory corruption issue in file https://github.com/systemd/systemd/blob//src/basic/hashmap.c file.. OS info : 64 bit Ubuntu OS. This is run as guest vm. RAM memory /swap size : 4GB RAM

[systemd-devel] Initialization of "vbuf" in function "token_match_attr"

2020-09-08 Thread Amit anand
Hi systemd-devel team, I am trying to understand where "vbuf" is initialized in function "token_match_attr()" in file udev-rules.c Below code snippet : static bool* token_match_attr*(UdevRuleToken *token, sd_device *dev, UdevEvent *event) { *char* nbuf[UTIL_NAME_SIZE], *vbuf*[UTIL_NAME_SIZE];

Re: [systemd-devel] [EXT] Initialization of "vbuf" in function "token_match_attr"

2020-09-08 Thread Amit anand
ss on stack and "if(value!=vbuf)" is comparing addresses doesn't necessarily implies that vbuf is initialized. I am still not clear about where vbuf is initialized. Also, expecting some information regarding my queries in below mail. Thanks, Amit > > >>> Amit anand schrieb am 08.09.20

Re: [systemd-devel] Upstreaming systemd patch

2020-07-29 Thread Amit anand
Hi, Not able to create pull request to systemd, permission denied to my github user credentials. I git cloned https://github.com/systemd/systemd While creating pull request, git push --set-upstream origin 1. Entered github username 2. Entered github passwd getting below error message for my

[systemd-devel] Upstreaming systemd patch

2020-07-10 Thread Amit anand
Hi systemd-devel group, I need to upstream systemd git patch for fixing systemd static code analysis warnings. Can you please suggest me the correct mailgroup to send the git patch or relevant web url which have information to upstream git patch. Thanks, Amit

[systemd-devel] log_assert_failed_realm: systemd journal related crash

2020-12-14 Thread Amit anand
Hi systemd-devel team, We are getting below crash in our CI environment with systemd v244-stable, so could you please confirm whether the PR: https://github.com/systemd/systemd/pull/15557