Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Express Scan causes system to hang. #21

Closed
wwiv opened this issue Mar 23, 2014 · 2 comments
Closed

Express Scan causes system to hang. #21

wwiv opened this issue Mar 23, 2014 · 2 comments
Assignees
Milestone

Comments

@wwiv
Copy link
Contributor

wwiv commented Mar 23, 2014

Executing Express Scan from Main Menu (Z), with Pause enabled for user, More [Y/n/c] prompt appears on first screen, then subsequent screen is blank. More [Y/n/c] prompt still visible, but appears to hang. No longer responds to any keypresses.

Executing Express Scan without Pause enabled for user will cause a blank screen to be displayed, with no more response from system.

Backtrace from gdb below:
Program received signal SIGTERM, Terminated.
0xb7fdd424 in __kernel_vsyscall ()
(gdb) bt
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7db74e0 in __nanosleep_nocancel ()

at ../sysdeps/unix/syscall-template.S:81

#2 0xb7de674d in usleep (useconds=100)

at ../sysdeps/unix/sysv/linux/usleep.c:32

#3 0x0816afa4 in WWIV_Delay (usec=100)

at /home/xenos/wwv/wwiv-svn/bbs/platform/unix/utility2.cpp:67

#4 0x0810e757 in pausescr () at /home/xenos/wwv/wwiv-svn/bbs/pause.cpp:115
#5 0x0808aa18 in bputch (c=10 '\n', bUseInternalBuffer=true)

at /home/xenos/wwv/wwiv-svn/bbs/bputch.cpp:180

#6 0x0806cae7 in WOutStream::Write (this=0x81b57bc, pszText=0x816f183 "\r\n")

at /home/xenos/wwv/wwiv-svn/bbs/WOutStream.cpp:195

#7 0x0806c599 in WOutStream::NewLine (this=0x81b57bc, nNumLines=2)

at /home/xenos/wwv/wwiv-svn/bbs/WOutStream.cpp:89

#8 0x080f5d40 in HandleScanReadPrompt (nMessageNumber=@0xbfffed00: 19,

nScanOptionType=@0xbfffed04: 0, nextsub=0xbfffed24, 
bTitleScan=@0xbfffec8c: false, done=@0xbfffec95: false, 
quit=@0xbfffec96: false, val=@0xbfffec98: 0)
at /home/xenos/wwv/wwiv-svn/bbs/msgscan.cpp:292

#9 0x080f5043 in scan (nMessageNumber=19, nScanOptionType=0,

nextsub=0xbfffed24, bTitleScan=false)
at /home/xenos/wwv/wwiv-svn/bbs/msgscan.cpp:80

#10 0x080f2b4d in qscan (nBeginSubNumber=1, pnNextSubNumber=0xbfffed78)

---Type to continue, or q to quit---
at /home/xenos/wwv/wwiv-svn/bbs/msgbase1.cpp:357
#11 0x080f2e1a in nscan (nStartingSubNum=0)

at /home/xenos/wwv/wwiv-svn/bbs/msgbase1.cpp:394

#12 0x080e3946 in ExpressScan ()

at /home/xenos/wwv/wwiv-svn/bbs/menusupp.cpp:377

#13 0x080e066f in InterpretCommand (pMenuData=0x81c6c38,

pszScript=0xbfffefcb "ExpressScan")
at /home/xenos/wwv/wwiv-svn/bbs/menuinterpretcommand.cpp:338

#14 0x080d857a in MenuExecuteCommand (pMenuData=0x81c6c38, command=...)

at /home/xenos/wwv/wwiv-svn/bbs/menu.cpp:419

#15 0x080d71bc in Menus (pMenuData=0x81c6c38, menuDirectory=..., menuName=...)

at /home/xenos/wwv/wwiv-svn/bbs/menu.cpp:212

#16 0x080d6fe0 in StartMenus () at /home/xenos/wwv/wwiv-svn/bbs/menu.cpp:186
#17 0x080d6d76 in mainmenu () at /home/xenos/wwv/wwiv-svn/bbs/menu.cpp:137
#18 0x0807ff3c in WApplication::Run (this=0x81b5638, argc=1, argv=0xbffff474)

at /home/xenos/wwv/wwiv-svn/bbs/bbs.cpp:1096

#19 0x0807eb6c in WApplication::BBSMainLoop (this=0x81b5638, argc=1,

argv=0xbffff474) at /home/xenos/wwv/wwiv-svn/bbs/bbs.cpp:753

#20 0x080813b7 in main (argc=1, argv=0xbffff474)

at /home/xenos/wwv/wwiv-svn/bbs/bbs.cpp:1358

(gdb)

Original comment by: ericpareja

@wwiv
Copy link
Contributor Author

wwiv commented Mar 24, 2014

  • status: open --> closed
  • assigned_to: Rushfan

Original comment by: wwiv

@wwiv
Copy link
Contributor Author

wwiv commented Mar 24, 2014

Fixed in 370

Original comment by: wwiv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants