HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 'void' is assinged in some of the variables
Operating System - HP-UX
1834018
Members
2220
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2003 02:57 AM
10-10-2003 02:57 AM
'void' is assinged in some of the variables
Hi,
I seeing 'void' is assinged in some of the variables ( job_name & buffer) in gdb output, but I wrote these varibles values to a file, its showing correctly. and also tried to print that via print varable in gdb ..
Any one has any idea ??
#0 0x404f30 in ntt2err ()
(gdb) bt
#0 0x404f30 in ntt2err ()
#1 0x408850 in nttrd ()
#2 0x1505b0 in nsprecv ()
#3 0x35a7d0 in nsrdr ()
#4 0x28ea18 in nsdo ()
#5 0x3e2c84 in nioqrc ()
#6 0x17bc4c in ttcdrv ()
#7 0x4532cc in nioqwa ()
#8 0xdafa4 in upirtrc ()
#9 0xdacf8 in upirtr ()
#10 0xa772c in upiosd0 ()
#11 0xa74cc in upiosd ()
#12 0x966b0 in ocisq7 ()
#13 0x943dc in oparse ()
#14 0x6ecf4 in ora_parse (cda_ptr=0x400a0de0, buffer=void)
at /homes/dvpr80/new_dir/autosc/unix/share/src/database/ORA_stuff.c:5309
#15 0x6d294 in dbints_send_sql (buffer=void, argc=1)
at /homes/dvpr80/new_dir/autosc/unix/share/src/database/ORA_stuff.c:4655
#16 0x6d0c8 in dbi_send_sql (buffer=void)
at /homes/dvpr80/new_dir/autosc/unix/share/src/database/ORA_stuff.c:4598
#17 0x76f24 in db_joid_fr_name (job_name=void)
at /homes/dvpr80/new_dir/autosc/unix/share/src/database/db_stuff_auto.c:2870
#18 0x5b65c in job_select (w=0x400d8540, jobname=void)
at /homes/dvpr80/new_dir/autosc/unix/share/src/autosc/autoscfun.c:1650
#19 0x56bec in get_job_and_display (sig=17)
at /homes/dvpr80/new_dir/autosc/unix/share/src/autosc/autosccb.c:1410
(gdb) print buffer
$1 = void
(gdb) frame 17
#17 0x76f24 in db_joid_fr_name (job_name=void)
at /homes/dvpr80/new_dir/autosc/unix/share/src/database/db_stuff_auto.c:2870
2870 return dbi_send_sql( buf );
(gdb) print job_name
$2 = void
I seeing 'void' is assinged in some of the variables ( job_name & buffer) in gdb output, but I wrote these varibles values to a file, its showing correctly. and also tried to print that via print varable in gdb ..
Any one has any idea ??
#0 0x404f30 in ntt2err ()
(gdb) bt
#0 0x404f30 in ntt2err ()
#1 0x408850 in nttrd ()
#2 0x1505b0 in nsprecv ()
#3 0x35a7d0 in nsrdr ()
#4 0x28ea18 in nsdo ()
#5 0x3e2c84 in nioqrc ()
#6 0x17bc4c in ttcdrv ()
#7 0x4532cc in nioqwa ()
#8 0xdafa4 in upirtrc ()
#9 0xdacf8 in upirtr ()
#10 0xa772c in upiosd0 ()
#11 0xa74cc in upiosd ()
#12 0x966b0 in ocisq7 ()
#13 0x943dc in oparse ()
#14 0x6ecf4 in ora_parse (cda_ptr=0x400a0de0, buffer=void)
at /homes/dvpr80/new_dir/autosc/unix/share/src/database/ORA_stuff.c:5309
#15 0x6d294 in dbints_send_sql (buffer=void, argc=1)
at /homes/dvpr80/new_dir/autosc/unix/share/src/database/ORA_stuff.c:4655
#16 0x6d0c8 in dbi_send_sql (buffer=void)
at /homes/dvpr80/new_dir/autosc/unix/share/src/database/ORA_stuff.c:4598
#17 0x76f24 in db_joid_fr_name (job_name=void)
at /homes/dvpr80/new_dir/autosc/unix/share/src/database/db_stuff_auto.c:2870
#18 0x5b65c in job_select (w=0x400d8540, jobname=void)
at /homes/dvpr80/new_dir/autosc/unix/share/src/autosc/autoscfun.c:1650
#19 0x56bec in get_job_and_display (sig=17)
at /homes/dvpr80/new_dir/autosc/unix/share/src/autosc/autosccb.c:1410
(gdb) print buffer
$1 = void
(gdb) frame 17
#17 0x76f24 in db_joid_fr_name (job_name=void)
at /homes/dvpr80/new_dir/autosc/unix/share/src/database/db_stuff_auto.c:2870
2870 return dbi_send_sql( buf );
(gdb) print job_name
$2 = void
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 11:42 PM
10-12-2003 11:42 PM
Re: 'void' is assinged in some of the variables
Went through each frame/function via gdb & tried to print all local variables, from that I able to find the job name & SQL statement.
But I didn't get the reason why its showing "void" ?
.
thanks,
Prashanth
But I didn't get the reason why its showing "void" ?
.
thanks,
Prashanth
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP