Bug 417961 - Systemc sc_event
Summary: Systemc sc_event
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-21 02:38 UTC by kakaducsy
Modified: 2020-04-01 04:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kakaducsy 2020-02-21 02:38:30 UTC
SUMMARY
Valgrind version 3.11.0
Red Hat 4.4.7-16
Linux version 2.6.32-573.el6.x86_64

OBSERVED RESULT
==467== Use of uninitialised value of size 8
==467== at 0x300B000: ??? (in /lib64/libsystemc-2.3.1.so)
==467== by 0x3000B02: sc_core::wait(…) (in /lib64/libsystemc-2.3.1.so)
==467== by 0x3000C04: sc_core::sc_module::wait(…) (sc_module.h)
==467== by 0x40B0B9A: SAZZ::EndThread() (SAZZ.cpp:813)
==467== by 0x40EB0B1: sc_core::sc_thread_cor_fn (in /lib64/libsystemc-2.3.1.so)
==467== by 0x4139044: ??? (in /lib64/libsystemc-2.3.1.so)
==467== Uninitialized value was created by a stack allocation
==467== at 0x300B000: ??? (in /lib64/libsystemc-2.3.1.so)

==467== Use of uninitialised value of size 8
==467== at 0x700B000: sc_core::sc_sc_event_expr<sc_core::sc_event_or_list>::~sc_event_expr() (in /mywork/execute.x)
==467== by 0x40BC9A: SAZZ::EndThread() (SAZZ.cpp:813)
==467== by 0x413D0D8: sc_core::sc_thread_cor_fn(void*) (in /lib64/libsystemc-2.3.1.so)
==467== by 0x4130300: ??? (in /lib64/libsystemc-2.3.1.so)
==467== by 0x4136094: ??? (in /lib64/libsystemc-2.3.1.so)
==467== Uninitialized value was created by a stack allocation
==467== at 0x300B000: ??? (in /lib64/libsystemc-2.3.1.so)

==467== Invalid read size 8
==467== at 0x600B000: sc_cor_qt_yieldhelp (in /lib64/libsystemc-2.3.1.so)
==467== at 0x600BC00: ??? (in /lib64/libsystemc-2.3.1.so)
==467== by 0x6000B02: sc_core::wait(…) (in /lib64/libsystemc-2.3.1.so)
==467== by 0x6000C04: sc_core::sc_module::wait(…) (sc_module.h)
==467== by 0x60BC9A: SAZZ::EndThread() (SAZZ.cpp:813)
==467== by 0x613D0D8: sc_core::sc_thread_cor_fn(void*) (in /lib64/libsystemc-2.3.1.so)
==467== by 0x6130300: ??? (in /lib64/libsystemc-2.3.1.so)
==467== by 0x6136094: ??? (in /lib64/libsystemc-2.3.1.so)
==467== Address 0xE14be48 is 598 bytes inside a block of size 624 alloc'd
==467== at 0x400BD00: operator new[](unsigned long) (vg_replace_malloc.c:422)
==467== by 0x600BA00: sc_core::sc_core_pkg_qt::create(unsigned long, void (*), void*)(in /lib64/libsystemc-2.3.1.so)

***************
void SAZZ::EndThread(){
     while(1){
     ...

     wait( period, time_resolution, next_event[index] | change_event[index]);//line 813
     }
}
***************
Reproducible: Couldn't Reproduce

Steps to Reproduce:
not sure how to reproduce it,
Comment 1 Milian Wolff 2020-03-02 21:37:53 UTC
none of that points at KDevelop? what is libsystemc even?
Comment 2 Bug Janitor Service 2020-03-17 04:33:11 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2020-04-01 04:33:14 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!